Files
JBChartView/ObjectiveSugar/0.1.1/ObjectiveSugar.podspec
T
2012-11-21 11:42:21 -08:00

15 lines
555 B
Ruby

Pod::Spec.new do |s|
s.name = "ObjectiveSugar"
s.version = "0.1.1"
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.1.1' }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'ObjectiveSugar.h', 'src/**/*.{h,m}'
end