Files
JBChartView/JSONKit/1.4/JSONKit.podspec
T
Eloy Duran fb8da4dbca Update specs to use the better Ruby accessor style.
And remove stub specs for now.
2011-09-24 11:26:30 -05:00

13 lines
389 B
Ruby

Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.4'
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/johnezang/JSONKit.git', :tag => 'v1.4' }
s.source_files = 'JSONKit.*'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
end