[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / d / 5 / BCNetworkSystem / 0.0.3 / BCNetworkSystem.podspec.json
blob6e9b6c1201d886efe020320e67d03ce76db0f0df
2   "name": "BCNetworkSystem",
3   "version": "0.0.3",
4   "summary": "樊登读书 网络模块",
5   "description": "\"樊登读书\"",
6   "homepage": "http://gitlab.dushuclub.io/youhui/bcnetworksystem",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "youhui": "youhui@dushu.io"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "http://gitlab.dushuclub.io/youhui/bcnetworksystem.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "BCNetworkSystem/Networking/BCNetwork.h",
22   "public_header_files": "BCNetworkSystem/Networking/BCNetwork.h",
23   "requires_arc": true,
24   "dependencies": {
25     "BCCommonModule": [
26       "0.0.5"
27     ],
28     "AIFNetworking": [
29       "0.1.5"
30     ],
31     "MBProgressHUD": [
32       "1.1.0"
33     ]
34   },
35   "frameworks": [
36     "UIKit",
37     "Foundation"
38   ],
39   "subspecs": [
40     {
41       "name": "Export",
42       "frameworks": "Foundation",
43       "source_files": "BCNetworkSystem/Networking/Export/**/*.{h,m}",
44       "public_header_files": "BCNetworkSystem/Networking/Export/**/*.h"
45     },
46     {
47       "name": "Import",
48       "dependencies": {
49         "BCCommonModule": [
50           "0.0.5"
51         ],
52         "MBProgressHUD": [
53           "1.1.0"
54         ]
55       },
56       "frameworks": "UIKit",
57       "source_files": "BCNetworkSystem/Networking/Import/*.{h,m}",
58       "public_header_files": "BCNetworkSystem/Networking/Import/*.h"
59     }
60   ]