Skip to content

Commit

Permalink
bumping version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Oct 22, 2015
1 parent 5a75a55 commit 14d4300
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.4"
s.version = "0.2.0"
s.license = "MIT"
s.summary = "Easily deal with Regex in Swift in a Pythonic way"
s.homepage = "https://github.com/cezheng/PySwiftyRegex"
Expand All @@ -11,6 +11,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.tvos.deployment_target = "9.0"

s.source_files = "PySwiftyRegex/*.swift"

Expand Down

0 comments on commit 14d4300

Please sign in to comment.