[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 1 / f / 2 / TKUIKit / 0.0.1 / TKUIKit.podspec.json
blob7be2fbee2499c9084c5bf326c8865cf2ba727ac5
2   "name": "TKUIKit",
3   "summary": "该项目集成了一些常用的UI控件",
4   "homepage": "https://github.com/RANSAA/TKUIKit",
5   "version": "0.0.1",
6   "source": {
7     "git": "https://github.com/RANSAA/TKUIKit.git",
8     "tag": "v0.0.1"
9   },
10   "license": "MIT",
11   "authors": {
12     "sayaDev": "1352892108@qq.com"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0"
17   },
18   "static_framework": true,
19   "info_plist": {
20     "TEST-INFO-PLIST": "com.sayaDev.TKUIKit"
21   },
22   "source_files": "TKUIKit/*.{h,m,xib}",
23   "public_header_files": "TKUIKit/*.h",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "TKUIKit/Core/*.{h,m,xib}",
29         "TKUIKit/Core/**/*.{h,m,xib}"
30       ],
31       "public_header_files": [
32         "TKUIKit/Core/*.h",
33         "TKUIKit/Core/**/*.h"
34       ],
35       "resource_bundles": {
36         "TKUIKit": [
37           "TKUIKit/**/**/*.{xib}"
38         ]
39       },
40       "dependencies": {
41         "TKBaseKit/TKSDKUniversal": [
43         ],
44         "TKPermissionKit/Photo": [
46         ],
47         "TKPermissionKit/Camera": [
49         ],
50         "MBProgressHUD": [
52         ]
53       }
54     },
55     {
56       "name": "Anim",
57       "source_files": [
58         "TKUIKit/Anim/*.{h,m,xib}",
59         "TKUIKit/Anim/**/*.{h,m,xib}"
60       ],
61       "public_header_files": [
62         "TKUIKit/Anim/*.h",
63         "TKUIKit/Anim/**/*.h"
64       ],
65       "dependencies": {
66         "TKUIKit/Core": [
68         ]
69       }
70     },
71     {
72       "name": "View",
73       "source_files": [
74         "TKUIKit/View/*.{h,m,xib}",
75         "TKUIKit/View/**/*.{h,m,xib}"
76       ],
77       "public_header_files": [
78         "TKUIKit/View/*.h",
79         "TKUIKit/View/**/*.h"
80       ],
81       "dependencies": {
82         "TKUIKit/Core": [
84         ],
85         "TKUIKit/Anim": [
87         ]
88       }
89     },
90     {
91       "name": "Tool",
92       "source_files": [
93         "TKUIKit/Tool/*.{h,m,xib}",
94         "TKUIKit/Tool/**/*.{h,m,xib}"
95       ],
96       "public_header_files": [
97         "TKUIKit/Tool/*.h",
98         "TKUIKit/Tool/**/*.h"
99       ],
100       "dependencies": {
101         "TKUIKit/Core": [
103         ]
104       }
105     }
106   ]