blob: 6d0cf4729d860a3347df930e344edd8255249b04 [file] [log] [blame]
{
"name": "iOSApiConnection",
"version": "1.4.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.In this version, code for uploading the files to the server has been added.",
"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.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOSApiConnection/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"Reachability": [
]
},
"pushed_with_swift_version": "3.0"
}