[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / 8 / 0 / YJTableViewFactory / 2.0.2 / YJTableViewFactory.podspec.json
blob6b2346d0d011abfbbfcea6e00ebb6e3b2bdcb878
2   "name": "YJTableViewFactory",
3   "version": "2.0.2",
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.0.2"
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       ],
37       "dependencies": {
38         "YJTableViewFactory/CellObject": [
40         ]
41       }
42     },
43     {
44       "name": "CellObject",
45       "source_files": "Classes/CellObject/*.{h,m}",
46       "dependencies": {
47         "YJTableViewFactory/Utils": [
49         ]
50       }
51     },
52     {
53       "name": "Utils",
54       "source_files": "Classes/Utils/*.{h,m}"
55     }
56   ]