[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / b / d / 1 / WXNetworking / 3.2 / WXNetworking.podspec.json
blob18b98ee36f2e71385756b9da1ef601fb56945fc3
2   "name": "WXNetworking",
3   "version": "3.2",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "iOS基于AFN封装可定制的网络请求框架",
8   "homepage": "https://github.com/CoderMaoWX/WXNetworking",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "maowangxin": "maowangxin_2013@163.com"
15   },
16   "source": {
17     "git": "https://github.com/CoderMaoWX/WXNetworking.git",
18     "tag": "3.2"
19   },
20   "source_files": "WXNetworking/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ],
29     "YYModel": [
31     ]
32   }