[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / a / 0 / 2 / CCAbbar / 1.0.2 / CCAbbar.podspec.json
blobce6979910eab579f3b3b5f6bef4b704edc8c27a3
2   "name": "CCAbbar",
3   "version": "1.0.2",
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": "1.0.2"
16   },
17   "source_files": "CCAbbar.h",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CCDefine",
23       "public_header_files": "CCDefine/CCDefine.h",
24       "source_files": "CCDefine/CCDefine.h"
25     },
26     {
27       "name": "CCKit",
28       "dependencies": {
29         "CCAbbar/CCDefine": [
31         ]
32       },
33       "public_header_files": [
34         "CCKit/*.h",
35         "CCKit/*/*.h"
36       ],
37       "source_files": [
38         "CCKit/*.{h,m}",
39         "CCKit/*/*.{h,m}"
40       ]
41     },
42     {
43       "name": "Category",
44       "public_header_files": [
45         "Category/*.h",
46         "Category/*/*.h"
47       ],
48       "source_files": [
49         "Category/*.{h,m}",
50         "Category/*/*.{h,m}"
51       ],
52       "resources": "Category/*.bundle"
53     }
54   ]