Add JSONKit 1.5pre.

This commit is contained in:
Eloy Duran
2012-03-20 00:35:14 +01:00
parent b38cb29502
commit f7a6a88a13
+11
View File
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.5pre'
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', :commit => '0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce' }
s.source_files = 'JSONKit.*'
end