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