[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 4 / EPSReactiveList / 0.1 / EPSReactiveList.podspec.json
blob3f9dc61e7056423606a31f3e42f132bfb2632ec2
2   "name": "EPSReactiveList",
3   "version": "0.1",
4   "summary": "Table and collection view controllers that automatically populates themselves, and animate the insertion and deletion of rows/items.",
5   "homepage": "https://github.com/ElectricPeelSoftware/EPSReactiveList",
6   "license": "MIT",
7   "authors": {
8     "Peter Stuart": "peter@electricpeelsoftware.com"
9   },
10   "source": {
11     "git": "https://github.com/ElectricPeelSoftware/EPSReactiveList.git",
12     "tag": "0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes",
19   "public_header_files": "Classes/*.h",
20   "dependencies": {
21     "ReactiveCocoa": [
22       "~> 2.3"
23     ]
24   }