[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / c / KTUILibrary / 1.0.4 / KTUILibrary.podspec.json
blob2483b997362b4a9b694fdfaf440aa39ab9bdeb02
2   "name": "KTUILibrary",
3   "version": "1.0.4",
4   "summary": "KOTU's UI Library.",
5   "description": "KOTU's UI Library.",
6   "homepage": "https://github.com/yjling2019/KTUILibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KOTU": "yjling2019@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yjling2019/KTUILibrary.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "user_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "subspecs": [
25     {
26       "name": "Navigation",
27       "source_files": "KTUILibrary/Navigation/**/*.{h,m}",
28       "dependencies": {
29         "KVOController": [
31         ],
32         "Masonry": [
34         ],
35         "KTFoundation": [
37         ]
38       }
39     },
40     {
41       "name": "Tabbar",
42       "source_files": "KTUILibrary/Tabbar/**/*.{h,m}",
43       "dependencies": {
44         "Masonry": [
46         ],
47         "KTFoundation": [
49         ]
50       }
51     },
52     {
53       "name": "EdgesLabel",
54       "source_files": "KTUILibrary/EdgesLabel/Classes/**/*.{h,m}"
55     },
56     {
57       "name": "EdgesTextField",
58       "source_files": "KTUILibrary/EdgesTextField/Classes/**/*.{h,m}"
59     },
60     {
61       "name": "ImageLabel",
62       "source_files": "KTUILibrary/ImageLabel/Classes/**/*.{h,m}",
63       "dependencies": {
64         "Masonry": [
66         ],
67         "KTFoundation/Macros": [
69         ]
70       }
71     },
72     {
73       "name": "Toast",
74       "source_files": "KTUILibrary/Toast/**/*.{h,m}",
75       "dependencies": {
76         "Masonry": [
78         ]
79       }
80     },
81     {
82       "name": "Protocol",
83       "source_files": "KTUILibrary/Protocol/**/*.{h,m}"
84     },
85     {
86       "name": "Webview",
87       "source_files": "KTUILibrary/Webview/**/*.{h,m}",
88       "dependencies": {
89         "Masonry": [
91         ]
92       }
93     }
94   ]