diff --git a/JSONKit/1.4/JSONKit.podspec b/JSONKit/1.4/JSONKit.podspec index c2982a7a9537cd..687fe5b22ab7fe 100644 --- a/JSONKit/1.4/JSONKit.podspec +++ b/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| 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'