Files
JBChartView/JSONKit/1.4/JSONKit.podspec
T
Fabio Pelosin 7f3cc9e12b [Fix] JSONKit
2012-12-10 18:00:49 +01:00

13 lines
418 B
Ruby

Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.4'
s.license = 'BSD / Apache License, Version 2.0'
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.requires_arc = false
end