blob: 6715706fae81a27e62129820a4d85b135bb5a507 [file] [log] [blame]
{
"name": "IQHTTPService",
"version": "1.0.0",
"summary": "Asynchronous REST API Client with ease.",
"homepage": "https://github.com/hackiftekhar/IQHTTPService",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQHTTPService/master/Screenshot/Screenshot.png",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/hackiftekhar/IQHTTPService.git",
"tag": "v1.0.0"
},
"source_files": [
"Classes",
"IQHTTPService/*.{h,m}"
],
"dependencies": {
"IQURLConnection": [
"1.0.0"
]
},
"requires_arc": true
}