[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / d / BSNetWork / 0.0.3 / BSNetWork.podspec.json
blob0c5fcbeedf05929cf424fa4d68fbf57c6798eb4e
2   "name": "BSNetWork",
3   "version": "0.0.3",
4   "summary": "网络封装库",
5   "description": "This is my ldaqiangl 的一次封装组件实验",
6   "homepage": "https://github.com/ldaqiangl/BSNetWork.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "www.ldaqiangl.com": "dongfuqiang@xinzhili.cn"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ldaqiangl/BSNetWork.git",
19     "tag": "0.0.3",
20     "submodules": true
21   },
22   "source_files": [
23     "BSNetWork",
24     "BSNetWork/**/BSNetWork.h"
25   ],
26   "public_header_files": "BSNetWork/**/BSNetWork.h",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "NetKit",
31       "source_files": "BSNetWork/NetKit/*.{h,m}",
32       "public_header_files": "BSNetWork/NetKit/*.h",
33       "dependencies": {
34         "AFNetworking": [
36         ]
37       }
38     },
39     {
40       "name": "Category",
41       "source_files": "BSNetWork/Category/*.{h,m}",
42       "public_header_files": "BSNetWork/Category/*.h",
43       "dependencies": {
44         "MJRefresh": [
46         ],
47         "DZNEmptyDataSet": [
49         ]
50       }
51     }
52   ]