[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 6 / e / AXHTTPClient / 0.0.13 / AXHTTPClient.podspec.json
blobb7f9f3c701d96b2be5d0316057cdce08fe4d7823
2   "name": "AXHTTPClient",
3   "version": "0.0.13",
4   "summary": "A networking manager kits.",
5   "description": "A networking manager kits using on iOS platform.",
6   "homepage": "https://github.com/devedbox/AXHTTPClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aiXing": "862099730@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/devedbox/AXHTTPClient.git",
19     "tag": "0.0.13"
20   },
21   "source_files": [
22     "AXHTTPClient/AXHTTPClient/*.{h,m}",
23     "AXHTTPClient/AXHTTPClient/Core/*.{h,m}",
24     "AXHTTPClient/AXHTTPClient/Core/Models/*.{h,m}"
25   ],
26   "resources": "AXHTTPClient/AXHTTPClient/AXHTTPClient.bundle",
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
35     ],
36     "JYObjectModule": [
38     ],
39     "AXAESCrypt": [
41     ],
42     "AXExtensions": [
44     ]
45   }