[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 8 / ReactiveLists / 0.4.0 / ReactiveLists.podspec.json
blobdb9da0be1759d04a10918d609e89f763a0108396
2   "name": "ReactiveLists",
3   "version": "0.4.0",
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.4.0"
16   },
17   "source_files": "Sources/**/*.swift",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "requires_arc": true,
23   "dependencies": {
24     "DifferenceKit": [
25       "~> 0.8.0"
26     ]
27   }