[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 8 / 4 / 1 / XYNetWork / 1.0.2 / XYNetWork.podspec.json
blobd0b918ec0857720cde4c2f543c27beed76a33e51
2   "name": "XYNetWork",
3   "version": "1.0.2",
4   "summary": "基于AFNNetworking的封装",
5   "description": "一款基于基于AFNNetworking封装的网络框架,方便使用以及配置不同的请求",
6   "homepage": "https://github.com/Loveying/XYNetWork",
7   "license": "MIT",
8   "authors": {
9     "xiayingying": "xia.yy@ejlchina.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Loveying/XYNetWork.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "XYNetWork/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }