Skip to content

Commit b8257fd

Browse files
committed
bumping version to 0.1.4
1 parent d678acd commit b8257fd

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.3"
3+
s.version = "0.1.4"
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"
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.ios.deployment_target = "8.0"
1212
s.osx.deployment_target = "10.9"
13+
s.watchos.deployment_target = "2.0"
1314

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

0 commit comments

Comments
 (0)