| { |
| "name": "iOSApiConnection", |
| "version": "1.3.0", |
| "summary": "iOSApiConnection is a wrapper or helper to call the API.", |
| "description": "This helper class will make it very easy to call the json based APIs. This helper can also be used for uploading the images and videos to server with progress.", |
| "homepage": "https://github.com/prorohit/iOSApiConnection", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "prorohit": "prorohit13@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/prorohit/iOSApiConnection.git", |
| "tag": "1.3.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "iOSApiConnection/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "Reachability": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |