blob: 243c7b818faec3646ca701244440ea5f3b602e5f [file] [log] [blame]
{
"name": "TableTie",
"version": "1.0.2",
"summary": "A simple, generic way to populate a UITableView with data.",
"description": "TableTie provides generic implementations for UITableViewDelegate and UITableViewDataSource, which greatly simplifies the code for UITableView setup.",
"homepage": "https://github.com/vladimirkofman/TableTie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladimir Kofman": "vladimir@kofman.com"
},
"social_media_url": "http://twitter.com/VladimirK",
"source": {
"git": "https://github.com/vladimirkofman/TableTie.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "TableTie/**/*.swift",
"pushed_with_swift_version": "3.0"
}