[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / c / EPSReactiveCollectionViewController / 1.0.1 / EPSReactiveCollectionViewController.podspec.json
blob7e9af978d422c134c360a20533b5716d04772705
2   "name": "EPSReactiveCollectionViewController",
3   "version": "1.0.1",
4   "summary": "A collection view controller that automatically populates a collection view, and animates the insertion and deletion of items.",
5   "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.",
6   "homepage": "https://github.com/ElectricPeelSoftware/EPSReactiveCollectionViewController",
7   "license": "MIT",
8   "authors": {
9     "Peter Stuart": "peter@electricpeelsoftware.com"
10   },
11   "source": {
12     "git": "https://github.com/ElectricPeelSoftware/EPSReactiveCollectionViewController.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/*.h",
21   "dependencies": {
22     "ReactiveCocoa": [
23       "~> 2.3"
24     ]
25   },
26   "deprecated_in_favor_of": "EPSReactiveList"