[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 1 / 5 / BCCommonModule / 0.0.5 / BCCommonModule.podspec.json
blob1c076cb0cbe5a770f7eb036a98a37372d808ef3e
2   "name": "BCCommonModule",
3   "version": "0.0.5",
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.5"
20   },
21   "source_files": "BCCommonModule/Common/BCCommon.h",
22   "public_header_files": "BCCommonModule/Common/BCCommon.h",
23   "requires_arc": true,
24   "dependencies": {
25     "SDWebImage": [
26       "4.3.3"
27     ],
28     "Masonry": [
29       "1.1.0"
30     ],
31     "GrowingAutoTrackKit": [
32       "2.8.0.1"
33     ],
34     "GrowingCoreKit": [
35       "2.8.0.1"
36     ]
37   },
38   "frameworks": [
39     "UIKit",
40     "Foundation"
41   ],
42   "subspecs": [
43     {
44       "name": "UI",
45       "dependencies": {
46         "SDWebImage": [
47           "4.3.3"
48         ],
49         "BCCommonModule/Category": [
51         ],
52         "BCCommonModule/Macro": [
54         ],
55         "GrowingAutoTrackKit": [
56           "2.8.0.1"
57         ],
58         "GrowingCoreKit": [
59           "2.8.0.1"
60         ]
61       },
62       "frameworks": [
63         "UIKit",
64         "Foundation"
65       ],
66       "source_files": "BCCommonModule/Common/UI/**/*.{h,m}",
67       "public_header_files": "BCCommonModule/Common/UI/**/*.h"
68     },
69     {
70       "name": "Cache",
71       "source_files": "BCCommonModule/Common/Cache/*.{h,m}",
72       "public_header_files": "BCCommonModule/Common/Cache/*.h"
73     },
74     {
75       "name": "Category",
76       "source_files": "BCCommonModule/Common/Category/*.{h,m}",
77       "public_header_files": "BCCommonModule/Common/Category/*.h"
78     },
79     {
80       "name": "Config",
81       "source_files": "BCCommonModule/Common/Config/*.{h,m}",
82       "public_header_files": "BCCommonModule/Common/Config/*.h"
83     },
84     {
85       "name": "Notification",
86       "source_files": "BCCommonModule/Common/Notification/*.{h,m}",
87       "public_header_files": "BCCommonModule/Common/Notification/*.h"
88     },
89     {
90       "name": "Parse",
91       "source_files": "BCCommonModule/Common/Parse/*.{h,m}",
92       "public_header_files": "BCCommonModule/Common/Parse/*.h"
93     },
94     {
95       "name": "Timer",
96       "source_files": "BCCommonModule/Common/Timer/*.{h,m}",
97       "public_header_files": "BCCommonModule/Common/Timer/*.h"
98     },
99     {
100       "name": "Macro",
101       "source_files": "BCCommonModule/Common/Macro/*.h",
102       "public_header_files": "BCCommonModule/Common/Macro/*.h"
103     }
104   ]