[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 9 / 1 / EYNetwork / 0.3.5 / EYNetwork.podspec.json
blob94d4ff9cb37ee40da99fb98b83277b300ea4eaa3
2   "name": "EYNetwork",
3   "version": "0.3.5",
4   "summary": "基于RAC的网络请求封装",
5   "description": "网络请求封装,包含AFN 的rac扩展,以及request的封装",
6   "homepage": "https://github.com/wowbby/EYNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wowbby": "116676237@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wowbby/EYNetwork.git",
16     "tag": "0.3.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Client",
22   "subspecs": [
23     {
24       "name": "Network",
25       "source_files": "EYNetwork/Classes/Network/*.{h,m}",
26       "dependencies": {
27         "AFNetworking": [
28           "~> 3.2.1"
29         ],
30         "ReactiveObjC": [
32         ]
33       }
34     },
35     {
36       "name": "Client",
37       "source_files": "EYNetwork/Classes/Client/*.{h,m}",
38       "dependencies": {
39         "EYNetwork/Network": [
41         ]
42       }
43     }
44   ]