| { |
| "name": "ASIHTTPRequest-Rev", |
| "version": "2.0.0", |
| "summary": "Fork for the ASIHTTPRequest,fixed input stream leaks in iOS7,fixed persistent connections error bug,SSL issue", |
| "homepage": "https://github.com/John1261/asi-http-request", |
| "license": "MIT", |
| "authors": { |
| "John": "john" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/John1261/asi-http-request.git", |
| "tag": "v2.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/*.{h,m}" |
| ], |
| "libraries": "z.1", |
| "frameworks": [ |
| "CFNetwork", |
| "SystemConfiguration", |
| "MobileCoreServices", |
| "CoreGraphics" |
| ], |
| "requires_arc": false, |
| "dependencies": { |
| "Reachability": [ |
| "~> 3.2" |
| ] |
| } |
| } |