blob: e4c790a270a0587a3c501980381d7488461a6364 [file] [log] [blame]
{
"name": "TableViewKit",
"version": "0.9.1",
"summary": "Empowering UITableView with painless multi-type cell support and build-in automatic state transition animations",
"homepage": "http://github.com/odigeoteam/TableViewKit/",
"license": "MIT",
"authors": "TableViewKit Contributors",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/odigeoteam/TableViewKit.git",
"tag": "v0.9.1"
},
"source_files": "TableViewKit/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}