Skip to content

Commit

Permalink
Add license to JSONKit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Nov 21, 2011
1 parent 00bf250 commit b0b34b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JSONKit/1.4/JSONKit.podspec
@@ -1,8 +1,7 @@
# TODO JSONKit does *not* support GC, we need to specify that.

Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'JSONKit' s.name = 'JSONKit'
s.version = '1.4' s.version = '1.4'
s.license = 'BSD / Apache License, Version 2.0'
s.summary = 'A Very High Performance Objective-C JSON Library.' s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit' s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'John Engelhart' s.author = 'John Engelhart'
Expand Down

0 comments on commit b0b34b6

Please sign in to comment.