[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / d / 5 / BCNetworkSystem / 0.0.7 / BCNetworkSystem.podspec.json
blob54f4d274c4c59fc468f8478e576e4763284823ca
2   "name": "BCNetworkSystem",
3   "version": "0.0.7",
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.7"
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.7"
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         "MBProgressHUD": [
50           "1.1.0"
51         ]
52       },
53       "frameworks": "UIKit",
54       "source_files": "BCNetworkSystem/Networking/Import/*.{h,m}",
55       "public_header_files": "BCNetworkSystem/Networking/Import/*.h"
56     },
57     {
58       "name": "Const",
59       "dependencies": {
60         "BCNetworkSystem/Import": [
62         ]
63       },
64       "frameworks": "Foundation",
65       "source_files": "BCNetworkSystem/Networking/Const/**/*.{h,m}",
66       "public_header_files": "BCNetworkSystem/Networking/Const/**/*.h"
67     },
68     {
69       "name": "BCAIFNetworking",
70       "dependencies": {
71         "Masonry": [
72           "1.1.0"
73         ],
74         "AIFNetworking": [
75           "0.1.5"
76         ],
77         "MBProgressHUD": [
78           "1.1.0"
79         ],
80         "BCCommonModule": [
81           "~> 0.0.7"
82         ],
83         "BCNetworkSystem/Import": [
85         ],
86         "BCNetworkSystem/Const": [
88         ]
89       },
90       "frameworks": "Foundation",
91       "source_files": "BCNetworkSystem/Networking/BCAIFNetworking/**/*.{h,m}",
92       "public_header_files": "BCNetworkSystem/Networking/BCAIFNetworking/**/*.h",
93       "resources": "BCNetworkSystem/Networking/**/*.{xib,plist}"
94     }
95   ]