| { |
| "name": "IAmUpload", |
| "version": "0.1.0", |
| "summary": "Objective-C library for using the Uploads.im API.", |
| "homepage": "https://github.com/neonichu/IAmUpload", |
| "license": "MIT", |
| "authors": { |
| "Boris Bügling": "boris@icculus.org" |
| }, |
| "source": { |
| "git": "https://github.com/neonichu/IAmUpload.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/NeoNacho", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| }, |
| "deprecated": true |
| } |