Add JSONKit and fix ASIWebPageRequest which should depend on ASIHTTPRequest.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user