blob: eccd541ec2d9fdfceee3513c570660e8b900bab9 [file] [log] [blame]
{
"name": "Griddle",
"version": "1.0.4",
"summary": "Manager for simple work with UITableView, UICollectionView and any others collection structured views.",
"description": "It is layer for working with table view, collection view and any other views, which has collection structure. It lets to use collections and tables in one page without a lot of code.",
"homepage": "https://github.com/AlexIzh/Griddle",
"license": "MIT",
"authors": {
"Alex Severyanov": "alex.severyanov@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AlexIzh/Griddle.git",
"tag": "1.0.4"
},
"source_files": [
"Griddle/*",
"Griddle/Classes/*.swift",
"Griddle/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}