blob: a0fb1d263bb7e6b22472669dc36b8ffaef3c3aa3 [file] [log] [blame]
{
"name": "SwiftyTables",
"version": "1.0.0",
"summary": "A framework for writing UITablesViews and UICollectionViews in Swift in a cleaner, simpler way.",
"swift_version": "4.1",
"description": "Create Swift UITableView and UICollectionViews in a simpler, and more declarative way.\nUse this to dynamically add and remove sections and rows with animations without having to bookkeep IndexPaths.",
"homepage": "https://github.com/p-sun/SwiftyTables.git",
"license": "MIT",
"authors": {
"Paige Sun": "paige.sun.dev@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/p-sun/SwiftyTables.git",
"branch": "master",
"tag": "1.0.0"
},
"source_files": "SwiftyTablesProject/SwiftyTables/**/*.{swift,h}"
}