[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 0 / YJTableViewFactory / 2.0 / YJTableViewFactory.podspec.json
blob80f5f50a7aa6537b7c64bbda9d9b55eab4c69acb
2   "name": "YJTableViewFactory",
3   "version": "2.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.0"
19   },
20   "source_files": [
21     "Classes/*.{h,m}",
22     "README.md"
23   ],
24   "default_subspecs": "Core",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "preserve_paths": "Documentation/*.*",
31   "prepare_command": "sh Documentation/docset-installed.sh",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "Classes/DataSource/*.{h,m}",
37         "Classes/Delegate/*.{h,m}",
38         "Classes/Extend/*.{h,m}"
39       ],
40       "dependencies": {
41         "YJTableViewFactory/CellObject": [
43         ]
44       }
45     },
46     {
47       "name": "CellObject",
48       "source_files": "Classes/CellObject/*.{h,m}",
49       "dependencies": {
50         "YJTableViewFactory/Utils": [
52         ]
53       }
54     },
55     {
56       "name": "Utils",
57       "source_files": "Classes/Utils/*.{h,m}"
58     }
59   ]