From b0b34b67a314318e2852082e94b61e75435eba1d Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Mon, 21 Nov 2011 13:57:29 +0100 Subject: [PATCH] Add license to JSONKit. --- JSONKit/1.4/JSONKit.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'