[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / f / 8 / ReactiveLists / 0.1.1 / ReactiveLists.podspec.json
blob5e9f6a81cfb4c7bd75d38f1962517373b54e08ef
2   "name": "ReactiveLists",
3   "version": "0.1.1",
4   "summary": "React-like API for UITableView and UICollectionView",
5   "homepage": "https://github.com/plangrid/ReactiveLists",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "PlanGrid",
11   "documentation_url": "https://plangrid.github.io/ReactiveLists",
12   "social_media_url": "https://medium.com/plangrid-technology",
13   "source": {
14     "git": "https://github.com/plangrid/ReactiveLists.git",
15     "tag": "0.1.1"
16   },
17   "source_files": "Sources/**/*.swift",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.1",
22   "requires_arc": true,
23   "dependencies": {
24     "Dwifft": [
25       "~> 0.8.0"
26     ]
27   }