[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / a / JSONViewControllers / 0.1.13 / JSONViewControllers.podspec.json
blobc91522fc6c715b70057f61566053c5230a60b466
2   "name": "JSONViewControllers",
3   "version": "0.1.13",
4   "summary": "UICollectionViewController and UITableViewControllers, one driven by JSON, one by model rows.",
5   "homepage": "https://github.com/graham-perks-snap/JSONViewControllers",
6   "license": "MIT",
7   "authors": {
8     "Snap Kitchen": "graham_perks@snapkitchen.com"
9   },
10   "source": {
11     "git": "https://github.com/graham-perks-snap/JSONViewControllers.git",
12     "tag": "0.1.13"
13   },
14   "swift_versions": "5",
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "10.0"
18   },
19   "source_files": "Pod/Classes/*.swift",
20   "frameworks": "UIKit",
21   "description": "Easily make a collection or table view from JSON content.\nSimplifies table/collection definition & eases cell reuse between view controllers.\nMove cells' logic to their own controller classes.",
22   "dependencies": {
23     "SwiftyJSON": [
25     ]
26   }