[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / 4 / EPSReactiveList / 0.1.1 / EPSReactiveList.podspec.json
blobc2d5d70d805b8669308d80e6d72a9c7d10da4a7b
2   "name": "EPSReactiveList",
3   "version": "0.1.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.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes",
19   "public_header_files": "Classes/*.h",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "ReactiveCocoa": [
23       "~> 2.3"
24     ]
25   }