[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / 4 / c / WJXNetworking / 0.0.5 / WJXNetworking.podspec.json
blob5fda5173684535720bd3637b446e6e9b5a1a6e41
2   "name": "WJXNetworking",
3   "version": "0.0.5",
4   "summary": "A networking abstraction layer.",
5   "homepage": "https://github.com/longjianjiang/JXNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "longjianjiang": "brucejiang5.7@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/longjianjiang/JXNetworking.git",
15     "tag": "0.0.5"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "JXNetworking/JXNetworking/JXNetworking/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "CTMediator": [
28     ],
29     "ReactiveObjC": [
31     ]
32   }