[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 4 / 8 / f / XHNetworking / 1.2 / XHNetworking.podspec.json
blob351caaf9d97ec8b5e477963152df6a38a31abf9a
2   "name": "XHNetworking",
3   "version": "1.2",
4   "summary": "基于AFNNetworking 3.x的轻量级数据请求库,支持数据自动/手动缓存",
5   "homepage": "https://github.com/CoderZhuXH/XHNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zhu Xiaohui": "977950862@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/CoderZhuXH/XHNetworking.git",
18     "tag": "1.2"
19   },
20   "source_files": [
21     "XHNetworking",
22     "*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0.4"
28     ]
29   }