[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / b / d / SANetwork / 0.0.6 / SANetwork.podspec.json
blob3b2901350b793b7ee10b7f88767fb940b153d927
2   "name": "SANetwork",
3   "version": "0.0.6",
4   "summary": "离散式请求二次封装",
5   "license": "MIT",
6   "authors": {
7     "阿宝": "zhanxuebao@outlook.com"
8   },
9   "homepage": "https://github.com/ISCS-iOS/SANetwork",
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/ISCS-iOS/SANetwork.git",
15     "tag": "0.0.6",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "public_header_files": "SANetwork/SANetwork.h",
20   "source_files": "SANetwork/*.{h,m}",
21   "dependencies": {
22     "PINCache": [
23       "~> 2.2.2"
24     ],
25     "AFNetworking": [
26       "~> 3.0"
27     ],
28     "RealReachability": [
29       "~> 1.1.2"
30     ],
31     "YYModel": [
32       "~> 1.0.2"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "SANetworkLogger",
38       "source_files": "SANetwork/SALogger/*.{h,m}"
39     },
40     {
41       "name": "SANetworkProtocol",
42       "source_files": "SANetwork/SANetworkProtocol/*.{h,m}"
43     },
44     {
45       "name": "SANetworkAccessory",
46       "source_files": "SANetwork/SANetworkAccessory/*.{h,m}",
47       "dependencies": {
48         "SANetwork/SANetworkProtocol": [
50         ],
51         "MBProgressHUD": [
52           "~> 0.9.2"
53         ],
54         "MJRefresh": [
55           "~> 3.1.0"
56         ]
57       }
58     }
59   ]