blob: 7e9af978d422c134c360a20533b5716d04772705 [file] [log] [blame]
{
"name": "EPSReactiveCollectionViewController",
"version": "1.0.1",
"summary": "A collection view controller that automatically populates a collection view, and animates the insertion and deletion of items.",
"description": "EPSReactiveCollectionViewController is a subclass of `UICollectionViewController` that automatically populates a collection view, and animates the insertion and deletion of items by observing changes to an array of model objects.",
"homepage": "https://github.com/ElectricPeelSoftware/EPSReactiveCollectionViewController",
"license": "MIT",
"authors": {
"Peter Stuart": "peter@electricpeelsoftware.com"
},
"source": {
"git": "https://github.com/ElectricPeelSoftware/EPSReactiveCollectionViewController.git",
"tag": "1.0.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"
}