Created
June 10, 2014 02:30
-
-
Save pilot34/a3d5a2211479a5f1cbf0 to your computer and use it in GitHub Desktop.
DDMathParser.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "DDMathParser" | |
s.version = "1.0.0" | |
s.summary = "NSString ⟹ NSNumber" | |
s.homepage = "https://github.com/davedelong/DDMathParser" | |
s.license = 'MIT' | |
s.author = { "Dave DeLong" => "[email protected]" } | |
s.social_media_url = "https://twitter.com/davedelong" | |
s.ios.deployment_target = '7.0' | |
s.source = { :git => "https://github.com/davedelong/DDMathParser.git" } | |
s.source_files = 'DDMathParser/*.{h,m}' | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment