blob: 0645b4034394c219ca32b03744831399a042f88a [file] [log] [blame]
{
"name": "EPSReactiveTableViewController",
"version": "1.1.0",
"summary": "A table view controller that automatically populates a table view, and animates the insertion and deletion of rows.",
"description": "EPSReactiveTableViewController is a subclass of `UITableViewController` that automatically populates a table view, and animates the insertion and deletion of rows by observing changes to an array of model objects.",
"homepage": "https://github.com/ElectricPeelSoftware/EPSReactiveTableViewController",
"license": "MIT",
"authors": {
"Peter Stuart": "peter@electricpeelsoftware.com"
},
"source": {
"git": "https://github.com/ElectricPeelSoftware/EPSReactiveTableViewController.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.2.4"
]
}
}