[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 9 / 3 / 4 / WQCustomComponent / 0.0.5 / WQCustomComponent.podspec.json
blob216f4be1851d27c7876a02564e005a8979fe2a1d
2   "name": "WQCustomComponent",
3   "version": "0.0.5",
4   "summary": "私人总结的插件",
5   "description": "私人总结的一些小插件,欢迎使用并指正,谢谢。",
6   "homepage": "https://github.com/WQiOS/WQCustomComponent",
7   "license": "MIT",
8   "authors": {
9     "王强": "1570375769@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/WQiOS/WQCustomComponent.git",
17     "tag": "0.0.5"
18   },
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "subspecs": [
23     {
24       "name": "WQDanmakuView",
25       "source_files": "WQCustomComponent/WQDanmakuView/*.{h,m}"
26     },
27     {
28       "name": "WQWebview",
29       "source_files": "WQCustomComponent/WQWebview/*.{h,m}"
30     },
31     {
32       "name": "WQScreenshotDrawView",
33       "source_files": "WQCustomComponent/WQScreenshotDrawView/*.{h,m}"
34     },
35     {
36       "name": "WQCacheManage",
37       "source_files": "WQCustomComponent/WQCacheManage/*.{h,m}"
38     },
39     {
40       "name": "WQCAEmitterButton",
41       "source_files": "WQCustomComponent/WQCAEmitterButton/*.{h,m}"
42     }
43   ]