[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 0 / 2 / CCAbbar / 0.0.4 / CCAbbar.podspec.json
blobf9af83752aa5be35b4d500cda6eca91bfae91f3e
2   "name": "CCAbbar",
3   "version": "0.0.4",
4   "summary": "Make development easier.",
5   "homepage": "https://github.com/lecochao/CCAbbar",
6   "license": "MIT",
7   "authors": {
8     "lecochao": "lecochao@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/lecochao/CCAbbar.git",
15     "tag": "0.0.4"
16   },
17   "frameworks": "UIKit",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "CCDefine",
22       "public_header_files": "CCDefine/CCDefine.h",
23       "source_files": "CCDefine/CCDefine.h"
24     },
25     {
26       "name": "CCKit",
27       "dependencies": {
28         "CCAbbar/CCDefine": [
30         ]
31       },
32       "public_header_files": [
33         "CCKit/*.h",
34         "CCKit/*/*.h"
35       ],
36       "source_files": [
37         "CCKit/*.{h,m}",
38         "CCKit/*/*.{h,m}"
39       ]
40     },
41     {
42       "name": "Category",
43       "public_header_files": [
44         "Category/*.h",
45         "Category/*/*.h"
46       ],
47       "source_files": [
48         "Category/*.{h,m}",
49         "Category/*/*.{h,m}"
50       ],
51       "resources": "Category/*.bundle"
52     }
53   ]