[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / b / a / c / EPSReactiveCollectionViewController / 1.0.0 / EPSReactiveCollectionViewController.podspec.json
blob6a354715298b4b850d1a3bf0b3d3b15f3de02e5b
2   "name": "EPSReactiveCollectionViewController",
3   "version": "1.0.0",
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.0"
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.2.4"
24     ]
25   }