blob: 4be417734541102b403444863ead528307246a35 [file] [log] [blame]
{
"name": "YSASIHTTPRequest",
"version": "2.0.1",
"summary": "A version for the ASIHTTPRequest fixed input stream leaks in iOS7 and fixed persistent connections error bug",
"homepage": "https://github.com/youngshook/asi-http-request",
"license": "New BSD License",
"authors": {
"Ben Copsey": "ben@allseeing-i.com"
},
"social_media_url": "http://twitter.com/young_shook",
"source": {
"git": "git@github.com:youngshook/asi-http-request.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"subspecs": [
{
"name": "Core",
"source_files": "Classes/*.{h,m}",
"ios": {
"dependencies": {
"Reachability": [
]
},
"frameworks": [
"MobileCoreServices",
"CFNetwork",
"CoreGraphics"
]
},
"libraries": "z.1"
}
]
}