Add JSONKit and fix ASIWebPageRequest which should depend on ASIHTTPRequest.

This commit is contained in:
Eloy Duran
2011-09-12 10:49:04 +02:00
parent 80da1aae53
commit 27fafa53ee
6 changed files with 19 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
Pod::Spec.new do
name 'JSONKit'
version '1.4'
summary 'A Very High Performance Objective-C JSON Library.'
homepage 'https://github.com/johnezang/JSONKit'
author 'John Engelhart'
source :git => 'https://github.com/johnezang/JSONKit.git',
:commit => 'v1.4'
source_files 'JSONKit.*'
end