diff --git a/GCJSONKit.podspec b/GCJSONKit.podspec deleted file mode 100644 index 05e685c..0000000 --- a/GCJSONKit.podspec +++ /dev/null @@ -1,13 +0,0 @@ -# TODO JSONKit does *not* support GC, we need to specify that. - -Pod::Spec.new do |s| - s.name = 'GCJSONKit' - s.version = '1.5.0' - s.summary = 'GC\'s fork of a Very High Performance Objective-C JSON Library.' - s.homepage = 'https://github.com/gamechanger/JSONKit' - s.author = 'John Engelhart' - s.source = { :git => 'git@github.com:gamechanger/JSONKit.git', :tag => '1.5.0' } - - s.source_files = 'JSONKit.*' - s.exclude_files = '*.podspec' -end diff --git a/JSONKit.podspec b/JSONKit.podspec new file mode 100644 index 0000000..4536365 --- /dev/null +++ b/JSONKit.podspec @@ -0,0 +1,13 @@ +# TODO JSONKit does *not* support GC, we need to specify that. + +Pod::Spec.new do |s| + s.name = 'JSONKit' + s.version = '1.5.0' + s.summary = 'Very High Performance Objective-C JSON Library.' + s.homepage = 'https://github.com/hijackwang/JSONKit' + s.author = 'John Engelhart' + s.source = { :git => 'git@github.com:hijackwang/JSONKit.git', :tag => '1.5.0' } + + s.source_files = 'JSONKit.*' + s.exclude_files = '*.podspec' +end