[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 1 / 5 / BCCommonModule / 0.0.3 / BCCommonModule.podspec.json
blob009f7829d59a632ca619cd5b14a3263b1dda6dc8
2   "name": "BCCommonModule",
3   "version": "0.0.3",
4   "summary": "樊登读书 公共模块",
5   "description": "\"樊登读书\"",
6   "homepage": "https://github.com/developeryh/BCCommonModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "developeyh": "developer_yh@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "http://gitlab.dushuclub.io/youhui/bccommonmodule.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "BCCommonModule/Common/BCCommon.h",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "4.3.3"
26     ],
27     "Masonry": [
28       "1.1.0"
29     ],
30     "GrowingAutoTrackKit": [
31       "2.8.0.1"
32     ],
33     "GrowingCoreKit": [
34       "2.8.0.1"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "UI",
40       "source_files": "BCCommonModule/Common/UI/**/*.h",
41       "public_header_files": "BCCommonModule/Common/UI/**/*.h"
42     },
43     {
44       "name": "Cache",
45       "source_files": "BCCommonModule/Common/Cache/*.h",
46       "public_header_files": "BCCommonModule/Common/Cache/*.h"
47     },
48     {
49       "name": "Category",
50       "source_files": "BCCommonModule/Common/Category/*.h",
51       "public_header_files": "BCCommonModule/Common/Category/*.h"
52     },
53     {
54       "name": "Config",
55       "source_files": "BCCommonModule/Common/Config/*.h",
56       "public_header_files": "BCCommonModule/Common/Config/*.h"
57     },
58     {
59       "name": "Notification",
60       "source_files": "BCCommonModule/Common/Notification/*.h",
61       "public_header_files": "BCCommonModule/Common/Notification/*.h"
62     },
63     {
64       "name": "Parse",
65       "source_files": "BCCommonModule/Common/Parse/*.h",
66       "public_header_files": "BCCommonModule/Common/Parse/*.h"
67     },
68     {
69       "name": "Timer",
70       "source_files": "BCCommonModule/Common/Timer/*.h",
71       "public_header_files": "BCCommonModule/Common/Timer/*.h"
72     },
73     {
74       "name": "Macro",
75       "source_files": "BCCommonModule/Common/Macro/*.h",
76       "public_header_files": "BCCommonModule/Common/Macro/*.h"
77     }
78   ]