Skip to content

Commit fbd688e

Browse files
committed
added podspec
1 parent 8215763 commit fbd688e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

JSONKit.podspec

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

Comments
 (0)