[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 0 / YJTableViewFactory / 3.1.0 / YJTableViewFactory.podspec.json
blob176579bbca85d7cac199492b3a16744884cc5e82
2   "name": "YJTableViewFactory",
3   "version": "3.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   "source": {
14     "git": "https://github.com/937447974/YJTableViewFactory.git",
15     "tag": "v3.1.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   "dependencies": {
28     "YJCocoa/CocoaTouchLayer/UIKit/TableView": [
30     ]
31   }