[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 0 / YJTableViewFactory / 3.0.0 / YJTableViewFactory.podspec.json
blobeb998a78cf97f2bae28dd25b42b168a629d7d3b0
2   "name": "YJTableViewFactory",
3   "version": "3.0.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   "source": {
14     "git": "https://github.com/937447974/YJTableViewFactory.git",
15     "tag": "v3.0.0"
16   },
17   "preserve_paths": "Documentation/*.*",
18   "prepare_command": "sh Documentation/docset-installed.sh",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "source_files": "Classes/*.{h,m}",
28   "default_subspecs": "Core",
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/Foundation": [
50         ],
51         "YJCocoa/System": [
53         ]
54       },
55       "prefix_header_file": "YJTableViewFactory/YJTableViewFactory/PrefixHeader.pch"
56     }
57   ]