[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / a / JSONViewControllers / 0.1.9 / JSONViewControllers.podspec.json
blob47bf42a5f6b79183a71789ba70ba17e617951907
2   "name": "JSONViewControllers",
3   "version": "0.1.9",
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.9"
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": "4.0"