[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / a / JSONViewControllers / 0.1.5 / JSONViewControllers.podspec.json
blob17a8493e63a3dae92144eddd5d3d679ae730b497
2   "name": "JSONViewControllers",
3   "version": "0.1.5",
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.5"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "Pod/Classes/*.swift",
18   "frameworks": "UIKit",
19   "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.",
20   "dependencies": {
21     "SwiftyJSON": [
23     ]
24   },
25   "pushed_with_swift_version": "3.0"