blob: 4d25340e1edf590b9e626cbb637ba9ecee472464 [file] [log] [blame]
{
"name": "EPSReactiveTableViewController",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
},
"deprecated_in_favor_of": "EPSReactiveList"
}