[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 0 / YJTableViewFactory / 2.1.0 / YJTableViewFactory.podspec.json
blob4b68bb441e94111463142187e990c5018455f8e9
2   "name": "YJTableViewFactory",
3   "version": "2.1.0",
4   "summary": "UITableView工厂,可自动填充数据源,填充Cell,缓存高。",
5   "homepage": "https://github.com/937447974/YJTableViewFactory",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "阳君": "937447974@qq.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/937447974/YJTableViewFactory.git",
18     "tag": "v2.1.0"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "default_subspecs": "Core",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "preserve_paths": "Documentation/*.*",
28   "prepare_command": "sh Documentation/docset-installed.sh",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Classes/DataSource/*.{h,m}",
34         "Classes/Delegate/*.{h,m}",
35         "Classes/Extend/*.{h,m}",
36         "Classes/Suspension/*.{h,m}"
37       ],
38       "dependencies": {
39         "YJTableViewFactory/CellObject": [
41         ]
42       }
43     },
44     {
45       "name": "CellObject",
46       "source_files": "Classes/CellObject/*.{h,m}",
47       "dependencies": {
48         "YJCocoa": [
50         ]
51       },
52       "prefix_header_file": "YJTableViewFactory/YJTableViewFactory/PrefixHeader.pch"
53     }
54   ]