[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 8 / 5 / ASIHTTPRequest-Rev / 2.0.0 / ASIHTTPRequest-Rev.podspec.json
blobc6e1d7564cb0df7b84d225c15e8f7758b3731a28
2   "name": "ASIHTTPRequest-Rev",
3   "version": "2.0.0",
4   "summary": "Fork for the ASIHTTPRequest,fixed input stream leaks in iOS7,fixed persistent connections error bug,SSL issue",
5   "homepage": "https://github.com/John1261/asi-http-request",
6   "license": "MIT",
7   "authors": {
8     "John": "john"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/John1261/asi-http-request.git",
15     "tag": "v2.0.0"
16   },
17   "source_files": [
18     "Classes",
19     "Classes/*.{h,m}"
20   ],
21   "libraries": "z.1",
22   "frameworks": [
23     "CFNetwork",
24     "SystemConfiguration",
25     "MobileCoreServices",
26     "CoreGraphics"
27   ],
28   "requires_arc": false,
29   "dependencies": {
30     "Reachability": [
31       "~> 3.2"
32     ]
33   }