| { |
| "name": "DANCurlRequest", |
| "version": "1.0.2", |
| "summary": "Easily log NSURLRequest's as curl commands", |
| "homepage": "https://github.com/DanToml/DANCurlRequest", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Daniel Tomlinson": "dan@tomlinson.io" |
| }, |
| "social_media_url": "https://twitter.com/DanToml", |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/DanToml/DANCurlRequest.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": [ |
| "DANCurlRequest", |
| "DANCurlRequest/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |