blob: 17a8493e63a3dae92144eddd5d3d679ae730b497 [file] [log] [blame]
{
"name": "JSONViewControllers",
"version": "0.1.5",
"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.5"
},
"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": [
]
},
"pushed_with_swift_version": "3.0"
}