| { |
| "name": "STHTTPRequest", |
| "version": "1.0.3", |
| "summary": "A NSURLConnection wrapper for humans", |
| "homepage": "https://github.com/nst/STHTTPRequest", |
| "license": { |
| "type": "New BSD", |
| "file": "LICENSE.txt" |
| }, |
| "authors": [ |
| "Nicolas Seriot", |
| "Alistair Galbraith", |
| "Cyril Chandelier", |
| "Doug Ayers", |
| "Matthias Schmidt", |
| "Oktawian Chojnacki", |
| "Stephan Burlot", |
| "Zach Boyd" |
| ], |
| "source": { |
| "git": "https://github.com/nst/STHTTPRequest.git", |
| "tag": "1.0.3" |
| }, |
| "source_files": "STHTTPRequest.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| } |
| } |