Files
JBChartView/ObjectiveSugar/0.3/ObjectiveSugar.podspec
T
2012-11-23 19:37:46 -08:00

15 lines
531 B
Ruby

Pod::Spec.new do |s|
s.name = "ObjectiveSugar"
s.version = "0.3"
s.summary = "ObjectiveC additions for humans. Ruby style."
s.homepage = "https://github.com/mneorr/ObjectiveSugar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Marin Usalj" => "mneorr@gmail.com" }
s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.3' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'src/**/*.{h,m}'
end