blob: 7e54cdb200e1fa69afe36c70a1932cb92495cdbe [file] [log] [blame]
{
"name": "JSONViewControllers",
"version": "0.1.4",
"summary": "UICollectionViewController and UITableViewControllers driven by JSON.",
"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.4"
},
"platforms": {
"ios": "9.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": [
]
}
}