[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 2 / 9 / UCPlanKit / 1.1 / UCPlanKit.podspec.json
blob268991350453b5c84e96f9150b34d2ca567872a9
2   "name": "UCPlanKit",
3   "version": "1.1",
4   "summary": "组件化核心组件",
5   "homepage": "https://github.com/RPGLiker/UCPlanKit",
6   "license": "MIT",
7   "authors": {
8     "RPGLiker": "fanyang_32012@outlook.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/RPGLiker/UCPlanKit.git",
15     "tag": "1.1",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "source_files": "UCPlanKit/UCPlanKit/UCPlanKit.h",
20   "subspecs": [
21     {
22       "name": "Category",
23       "source_files": "UCPlanKit/UCPlanKit/Category/**/*.{h,m}"
24     },
25     {
26       "name": "SomeObj",
27       "source_files": "UCPlanKit/UCPlanKit/SomeObj/**/*.{h,m}"
28     },
29     {
30       "name": "Protocol",
31       "source_files": "UCPlanKit/UCPlanKit/Protocol/**/*.{h,m}",
32       "dependencies": {
33         "UCPlanKit/SomeObj": [
35         ]
36       }
37     },
38     {
39       "name": "Macro",
40       "source_files": "UCPlanKit/UCPlanKit/Macro/**/*.{h,m}"
41     },
42     {
43       "name": "MediatorParser",
44       "source_files": "UCPlanKit/UCPlanKit/MediatorParser/**/*.{h,m}"
45     },
46     {
47       "name": "Resource",
48       "source_files": "UCPlanKit/UCPlanKit/Resource/**/*.{h,m}",
49       "dependencies": {
50         "YYKit": [
52         ]
53       }
54     },
55     {
56       "name": "Mediator",
57       "source_files": "UCPlanKit/UCPlanKit/Mediator/**/*.{h,m}",
58       "dependencies": {
59         "UCPlanKit/MediatorParser": [
61         ],
62         "UCPlanKit/SomeObj": [
64         ]
65       }
66     }
67   ]