[Add] JuphoonCloudSDK_iOS 2.14.15
[CocoaPods.git] / Specs / 1 / f / 2 / TKUIKit / 0.0.3 / TKUIKit.podspec.json
blob73f60a8dbffccb2bb9e339a3cc321f15f2e1cf47
2   "name": "TKUIKit",
3   "summary": "该项目集成了一些常用的UI控件",
4   "homepage": "https://github.com/RANSAA/TKUIKit",
5   "version": "0.0.3",
6   "source": {
7     "git": "https://github.com/RANSAA/TKUIKit.git",
8     "tag": "v0.0.3"
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           "TKUIKit/**/**/*.{xib}",
39           "TKUIKit/Core/**/PrivacyInfo.xcprivacy"
40         ]
41       },
42       "dependencies": {
43         "TKBaseKit/TKSDKUniversal": [
45         ],
46         "TKPermissionKit/Photo": [
48         ],
49         "TKPermissionKit/Camera": [
51         ],
52         "MBProgressHUD": [
54         ]
55       }
56     },
57     {
58       "name": "Anim",
59       "source_files": [
60         "TKUIKit/Anim/*.{h,m,xib}",
61         "TKUIKit/Anim/**/*.{h,m,xib}"
62       ],
63       "public_header_files": [
64         "TKUIKit/Anim/*.h",
65         "TKUIKit/Anim/**/*.h"
66       ],
67       "dependencies": {
68         "TKUIKit/Core": [
70         ]
71       }
72     },
73     {
74       "name": "View",
75       "source_files": [
76         "TKUIKit/View/*.{h,m,xib}",
77         "TKUIKit/View/**/*.{h,m,xib}"
78       ],
79       "public_header_files": [
80         "TKUIKit/View/*.h",
81         "TKUIKit/View/**/*.h"
82       ],
83       "dependencies": {
84         "TKUIKit/Core": [
86         ],
87         "TKUIKit/Anim": [
89         ]
90       }
91     },
92     {
93       "name": "Tool",
94       "source_files": [
95         "TKUIKit/Tool/*.{h,m,xib}",
96         "TKUIKit/Tool/**/*.{h,m,xib}"
97       ],
98       "public_header_files": [
99         "TKUIKit/Tool/*.h",
100         "TKUIKit/Tool/**/*.h"
101       ],
102       "dependencies": {
103         "TKUIKit/Core": [
105         ]
106       }
107     }
108   ]