[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 5 / 2 / e / HYNetwork / 2.1.2 / HYNetwork.podspec.json
blob8bca3233a7d55f157dd493160ae63914ac6fab04
2   "name": "HYNetwork",
3   "summary": "A simple network is based on AFNetwork.",
4   "version": "2.1.2",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "huxiaoyang": "yohuyang@gmail.com"
11   },
12   "homepage": "https://github.com/huxiaoyang/HYNetwork",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/huxiaoyang/HYNetwork.git",
18     "tag": "2.1.2"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "QuartzCore",
24     "Foundation"
25   ],
26   "module_name": "HYNetwork",
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "YYModel": [
33     ],
34     "libextobjc": [
36     ]
37   },
38   "default_subspecs": "All",
39   "subspecs": [
40     {
41       "name": "All",
42       "dependencies": {
43         "HYNetwork/Base": [
45         ]
46       },
47       "source_files": "HYNetwork/BSRequestBlockAdapter/*.{h,m}"
48     },
49     {
50       "name": "Base",
51       "source_files": [
52         "HYNetwork/BSModel/*.{h,m}",
53         "HYNetwork/BSNetwork/*.{h,m}"
54       ]
55     }
56   ]