2 "name": "JSONViewControllers",
4 "summary": "UICollectionViewController and UITableViewControllers, one driven by JSON, one by model rows.",
5 "homepage": "https://github.com/graham-perks-snap/JSONViewControllers",
8 "Snap Kitchen": "graham_perks@snapkitchen.com"
11 "git": "https://github.com/graham-perks-snap/JSONViewControllers.git",
14 "swift_versions": "5",
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.",