Skip to content

Commit 0e96fbf

Browse files
committed
add podspec
1 parent 75b100c commit 0e96fbf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

JSONKit.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)