Skip to content

Commit 14d4300

Browse files
committed
bumping version to 0.2.0
1 parent 5a75a55 commit 14d4300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PySwiftyRegex.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PySwiftyRegex"
3-
s.version = "0.1.4"
3+
s.version = "0.2.0"
44
s.license = "MIT"
55
s.summary = "Easily deal with Regex in Swift in a Pythonic way"
66
s.homepage = "https://github.com/cezheng/PySwiftyRegex"
@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "8.0"
1212
s.osx.deployment_target = "10.9"
1313
s.watchos.deployment_target = "2.0"
14+
s.tvos.deployment_target = "9.0"
1415

1516
s.source_files = "PySwiftyRegex/*.swift"
1617

0 commit comments

Comments
 (0)