Skip to content

Instantly share code, notes, and snippets.

@pilot34
Created June 10, 2014 02:30
Show Gist options
  • Save pilot34/a3d5a2211479a5f1cbf0 to your computer and use it in GitHub Desktop.
Save pilot34/a3d5a2211479a5f1cbf0 to your computer and use it in GitHub Desktop.
DDMathParser.podspec
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" => "davedelong@me.com" }
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