[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 9 / c / KTUILibrary / 1.0.1 / KTUILibrary.podspec.json
blob2f9c5a102afe25f96042a8c185810711da3eef18
2   "name": "KTUILibrary",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Navigation",
24       "source_files": "KTUILibrary/Navigation/**/*.{h,m}",
25       "dependencies": {
26         "KVOController": [
28         ],
29         "Masonry": [
31         ],
32         "KTFoundation": [
34         ]
35       }
36     },
37     {
38       "name": "Tabbar",
39       "source_files": "KTUILibrary/Tabbar/**/*.{h,m}",
40       "dependencies": {
41         "Masonry": [
43         ],
44         "KTFoundation": [
46         ]
47       }
48     },
49     {
50       "name": "EdgesLabel",
51       "source_files": "KTUILibrary/EdgesLabel/Classes/**/*.{h,m}"
52     },
53     {
54       "name": "EdgesTextField",
55       "source_files": "KTUILibrary/EdgesTextField/Classes/**/*.{h,m}"
56     },
57     {
58       "name": "ImageLabel",
59       "source_files": "KTUILibrary/ImageLabel/Classes/**/*.{h,m}",
60       "dependencies": {
61         "Masonry": [
63         ],
64         "KTFoundation/Macros": [
66         ]
67       }
68     },
69     {
70       "name": "Toast",
71       "source_files": "KTUILibrary/Toast/**/*.{h,m}",
72       "dependencies": {
73         "Masonry": [
75         ]
76       }
77     },
78     {
79       "name": "Protocol",
80       "source_files": "KTUILibrary/Protocol/**/*.{h,m}"
81     }
82   ]