[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 9 / c / KTUILibrary / 1.0.11 / KTUILibrary.podspec.json
blob7fd3b8057b17347d8b7a59512185202b88b040a5
2   "name": "KTUILibrary",
3   "version": "1.0.11",
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.11"
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       "resource_bundles": {
29         "KTUILibrary_Navigation": [
30           "KTUILibrary/Assets/*.{xcassets}"
31         ]
32       },
33       "dependencies": {
34         "KVOController": [
36         ],
37         "Masonry": [
39         ],
40         "KTFoundation": [
42         ],
43         "KTFoundation/Sandbox": [
44           "~> 1.0.6"
45         ]
46       }
47     },
48     {
49       "name": "Tabbar",
50       "source_files": "KTUILibrary/Tabbar/**/*.{h,m}",
51       "dependencies": {
52         "Masonry": [
54         ],
55         "KTFoundation": [
57         ]
58       }
59     },
60     {
61       "name": "EdgesLabel",
62       "source_files": "KTUILibrary/EdgesLabel/Classes/**/*.{h,m}"
63     },
64     {
65       "name": "EdgesTextField",
66       "source_files": "KTUILibrary/EdgesTextField/Classes/**/*.{h,m}"
67     },
68     {
69       "name": "ImageLabel",
70       "source_files": "KTUILibrary/ImageLabel/Classes/**/*.{h,m}",
71       "dependencies": {
72         "Masonry": [
74         ],
75         "KTFoundation/Macros": [
76           "~> 1.0.3"
77         ]
78       }
79     },
80     {
81       "name": "ImagePicker",
82       "source_files": "KTUILibrary/ImagePicker/**/*.{h,m}",
83       "dependencies": {
84         "KTFoundation/Category": [
85           "~> 1.0.4"
86         ]
87       }
88     },
89     {
90       "name": "Toast",
91       "source_files": "KTUILibrary/Toast/**/*.{h,m}",
92       "dependencies": {
93         "Masonry": [
95         ]
96       }
97     },
98     {
99       "name": "Protocol",
100       "source_files": "KTUILibrary/Protocol/**/*.{h,m}"
101     },
102     {
103       "name": "Webview",
104       "source_files": "KTUILibrary/Webview/**/*.{h,m}",
105       "dependencies": {
106         "Masonry": [
108         ]
109       }
110     }
111   ]