Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Jun 27, 2015
1 parent 8abd659 commit 307c823
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions PySwiftyRegex.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "PySwiftyRegex"
s.version = "0.1.0"
s.license = "MIT"
s.summary = "Easily deal with Regex in Swift in a Pythonic way"
s.homepage = "https://github.com/cezheng/PySwiftyRegex"
s.social_media_url = "https://twitter.com/AdamoCheng"
s.author = { "Ce Zheng" => "cezheng.cs@gmail.com" }
s.source = { :git => "https://github.com/cezheng/PySwiftyRegex.git", :tag => s.version }

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

s.source_files = "PySwiftyRegex/*.swift"

s.requires_arc = true
end

0 comments on commit 307c823

Please sign in to comment.