Files
JBChartView/SubjectiveScript.m/0.1.1/SubjectiveScript.m.podspec
T
2012-08-03 17:31:39 +09:00

15 lines
593 B
Ruby

Pod::Spec.new do |s|
s.name = 'SubjectiveScript.m'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = 'Subjective-Script makes Objective-C more scripty.'
s.homepage = 'https://github.com/kmalakoff/SubjectiveScript.m/'
s.authors = { 'Kevin Malakoff' => 'xmann.intl@gmail.com' }
s.source = { :git => 'https://github.com/kmalakoff/SubjectiveScript.m.git', :tag => '0.1.1' }
s.description = 'Subjective-Script makes Objective-C more scripty by bringing JavaScript-like syntax and features to Objective-C.'
s.source_files = 'Lib/**/*.{h,m}'
s.requires_arc = true
end