Skip to content

Commit

Permalink
bumping version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Sep 25, 2015
1 parent d678acd commit b8257fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PySwiftyRegex.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PySwiftyRegex"
s.version = "0.1.3"
s.version = "0.1.4"
s.license = "MIT"
s.summary = "Easily deal with Regex in Swift in a Pythonic way"
s.homepage = "https://github.com/cezheng/PySwiftyRegex"
Expand All @@ -10,6 +10,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.watchos.deployment_target = "2.0"

s.source_files = "PySwiftyRegex/*.swift"

Expand Down

0 comments on commit b8257fd

Please sign in to comment.