[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 1 / XJNetworking / 1.0.1 / XJNetworking.podspec.json
blob2071bf830337128010705bf17feba8551c7d4e6d
2   "name": "XJNetworking",
3   "version": "1.0.1",
4   "summary": "XJNetworking is an iOS request util based on AFNetworking and MJExtension",
5   "homepage": "https://github.com/LiuXiangJing/XJNetworking.git",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "license": "MIT",
10   "authors": {
11     "liuxj": "lxj_tintin@126.com"
12   },
13   "source": {
14     "git": "https://github.com/LiuXiangJing/XJNetworking.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "XJNetworking/**/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": "CFNetwork",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.2.1"
23     ],
24     "MJExtension": [
25       "~> 3.0.13"
26     ]
27   }