[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 1 / XJNetworking / 0.0.2 / XJNetworking.podspec.json
blob920914daf0b9ad3157c3a6e641ba5e44f9c13c5d
2   "name": "XJNetworking",
3   "version": "0.0.2",
4   "summary": "对AFNetworking的再次封装",
5   "homepage": "https://github.com/LiuXiangJing/XJNetworking.git",
6   "license": "MIT",
7   "authors": {
8     "刘向晶": "lxj_tintin@126.com"
9   },
10   "source": {
11     "git": "https://github.com/LiuXiangJing/XJNetworking.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "XJNetworking/**/*.{h,m}",
19   "frameworks": "Foundation",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ],
24     "MJExtension": [
25       "~> 3.0.13"
26     ],
27     "MBProgressHUD": [
28       "~> 1.0.0"
29     ]
30   }