[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / a / JSONViewControllers / 0.1.7 / JSONViewControllers.podspec.json
blob0f18fc92273faa7c1171f0c168d3777ef0b63a60
2   "name": "JSONViewControllers",
3   "version": "0.1.7",
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.7"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "10.0"
17   },
18   "source_files": "Pod/Classes/*.swift",
19   "frameworks": "UIKit",
20   "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.",
21   "dependencies": {
22     "SwiftyJSON": [
24     ]
25   },
26   "pushed_with_swift_version": "3.0"