blob: 945eb77701a63a8a607764050e2b845b676bc50b [file] [log] [blame]
{
"name": "JSONViewControllers",
"version": "0.1.12",
"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.12"
},
"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": [
]
}
}