We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215763 commit fbd688eCopy full SHA for fbd688e
JSONKit.podspec
@@ -0,0 +1,11 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'JSONKit'
3
+ s.version = 'master'
4
+ s.license = 'BSD / Apache License, Version 2.0'
5
+ s.summary = 'A Very High Performance Objective-C JSON Library.'
6
+ s.homepage = 'https://github.com/johnezang/JSONKit'
7
+ s.author = 'John Engelhart'
8
+ s.source = { :git => 'https://github.com/johnezang/JSONKit.git' }
9
+
10
+ s.source_files = 'JSONKit.[mh]'
11
+end
0 commit comments