[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 9 / YSASIHTTPRequest / 2.0.1 / YSASIHTTPRequest.podspec.json
blob4be417734541102b403444863ead528307246a35
2   "name": "YSASIHTTPRequest",
3   "version": "2.0.1",
4   "summary": "A version for the ASIHTTPRequest fixed input stream leaks in iOS7 and fixed persistent connections error bug",
5   "homepage": "https://github.com/youngshook/asi-http-request",
6   "license": "New BSD License",
7   "authors": {
8     "Ben Copsey": "ben@allseeing-i.com"
9   },
10   "social_media_url": "http://twitter.com/young_shook",
11   "source": {
12     "git": "git@github.com:youngshook/asi-http-request.git",
13     "tag": "2.0.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": false,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Classes/*.{h,m}",
23       "ios": {
24         "dependencies": {
25           "Reachability": [
27           ]
28         },
29         "frameworks": [
30           "MobileCoreServices",
31           "CFNetwork",
32           "CoreGraphics"
33         ]
34       },
35       "libraries": "z.1"
36     }
37   ]