Add license to JSONKit.

This commit is contained in:
Eloy Duran
2011-11-21 13:57:29 +01:00
parent 00bf250496
commit b0b34b67a3
+1 -2
View File
@@ -1,8 +1,7 @@
# TODO JSONKit does *not* support GC, we need to specify that.
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.4'
s.license = 'BSD / Apache License, Version 2.0'
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'John Engelhart'