blob: fc069b1acfdedb3cbfac117b56a60a799c777b04 [file] [log] [blame]
{
"name": "IQURLConnection",
"version": "1.0.1",
"summary": "A replacement of sendAsynchronousRequest of NSURLConnection with ResponseBlock, ProgressBlock & CompletionBlock.",
"homepage": "https://github.com/hackiftekhar/IQURLConnection",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQURLConnection/master/Screenshot/IQURLConnectionScreenshot.jpg",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/hackiftekhar/IQURLConnection.git",
"tag": "v1.0.1"
},
"source_files": "IQURLConnection/*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}