Files
JBChartView/JSONKit/1.4/JSONKit.podspec
T
Eloy Duran f9377d63bb Make AFNetworking & ASIHTTPRequest work on OSX.
Removed ASIHTTPRequest 1.8, because we have enough test data now.
2011-10-20 23:00:36 +02:00

15 lines
453 B
Ruby

# TODO JSONKit does *not* support GC, we need to specify that.
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