We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b100c commit 0e96fbfCopy full SHA for 0e96fbf
1 file changed
JSONKit.podspec
@@ -0,0 +1,12 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'JSONKit'
3
+ s.version = '0.1'
4
+ s.platform = :ios
5
+ s.author = { 'Bytelee' => '[email protected]' }
6
+ s.homepage = 'https://github.com/bytegh/JSONKit'
7
+ s.summary = 'an light json lib for ios'
8
+ s.description = 'This is a json lib for ios. the codes separate from JSONKit'
9
+ s.source = { :git => '[email protected]:bytegh/JSONKit.git', :tag => 'v0.1' }
10
+ s.requires_arc = false
11
+ s.source_files = '*.{h,m}'
12
+end
0 commit comments