[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / e / f / KTListViewController / 1.0.1 / KTListViewController.podspec.json
blob76aa9f95df169bd28a02631da1a867e239f8e760
2   "name": "KTListViewController",
3   "version": "1.0.1",
4   "summary": "Standard ListViewController",
5   "description": "Standard listViewController, make list view easy to use!",
6   "homepage": "https://github.com/yjling2019/KTListViewController",
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/KTListViewController.git",
16     "tag": "1.0.1"
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": "Base",
27       "source_files": "KTListViewController/Base/**/*",
28       "dependencies": {
29         "Masonry": [
31         ],
32         "KVOController": [
34         ],
35         "MJRefresh": [
37         ],
38         "KTUILibrary/Protocol": [
40         ],
41         "KTFoundation/Category": [
43         ]
44       }
45     },
46     {
47       "name": "TextListView",
48       "source_files": "KTListViewController/TextListView/**/*.{h,m}",
49       "dependencies": {
50         "KTListViewController/Base": [
52         ]
53       }
54     }
55   ]