[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / 4 / EPSReactiveList / 0.1.2 / EPSReactiveList.podspec.json
blob8a51b0397b64a530a16c0935f4b71f7c18309a7c
2   "name": "EPSReactiveList",
3   "version": "0.1.2",
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.2"
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   }