blob: 1b0c71a12bbfc0f0e42bc6198fe1d548d0e0ec92 [file] [log] [blame]
{
"name": "RBStatefulTableViewController",
"version": "1.0.0",
"summary": "An UITableViewController that handles state transitions by using a custom DataSource and Delegate for each state.",
"homepage": "https://github.com/eoghain/RBStatefulTableViewController",
"license": "MIT",
"screenshots": "https://raw.githubusercontent.com/eoghain/RBStatefulTableViewController/master/Screenshots/TableViewStoryboard.png",
"authors": {
"eoghain": "rob.o.booth@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/eoghain/RBStatefulTableViewController.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}