[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / d / YYNetworkAdapter / 0.1.0 / YYNetworkAdapter.podspec.json
bloba0ba6c4297637729a3c65f01de7491dac501fdff
2   "name": "YYNetworkAdapter",
3   "version": "0.1.0",
4   "summary": "A short description of YYNetworkAdapter.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yuanyuan100/YYNetworkAdapter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pyy": "469092943@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yuanyuan100/YYNetworkAdapter.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "YYNetworkAdapter/Classes/**/*.{h,m}",
22   "public_header_files": "YYNetworkAdapter/Classes/**/*.{h}",
23   "subspecs": [
24     {
25       "name": "Adapter",
26       "source_files": "YYNetworkAdapter/Classes/Adapter/*.{h,m}",
27       "prefix_header_contents": "#import \"YYNetworkProtocolClient.h\""
28     },
29     {
30       "name": "Plugin-AFNetworking",
31       "dependencies": {
32         "YYNetworkAdapter/Adapter": [
34         ],
35         "AFNetworking": [
37         ]
38       },
39       "source_files": "YYNetworkAdapter/Classes/Plugin-AFNetworking/*.{h,m}"
40     }
41   ]