blob: 8a51b0397b64a530a16c0935f4b71f7c18309a7c [file] [log] [blame]
{
"name": "EPSReactiveList",
"version": "0.1.2",
"summary": "Table and collection view controllers that automatically populates themselves, and animate the insertion and deletion of rows/items.",
"homepage": "https://github.com/ElectricPeelSoftware/EPSReactiveList",
"license": "MIT",
"authors": {
"Peter Stuart": "peter@electricpeelsoftware.com"
},
"source": {
"git": "https://github.com/ElectricPeelSoftware/EPSReactiveList.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
}
}