blob: 398170695cb86329ad4c4c598941f89cf307aa4b [file] [log] [blame]
{
"name": "JSONViewControllers",
"version": "0.1.10",
"summary": "UICollectionViewController and UITableViewControllers, one driven by JSON, one by model rows.",
"homepage": "https://github.com/graham-perks-snap/JSONViewControllers",
"license": "MIT",
"authors": {
"Snap Kitchen": "graham_perks@snapkitchen.com"
},
"source": {
"git": "https://github.com/graham-perks-snap/JSONViewControllers.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "9.0",
"tvos": "10.0"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "UIKit",
"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.",
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "4.0"
}