[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 6 / HoloCollectionViewDiffPlugin / 0.2.0 / HoloCollectionViewDiffPlugin.podspec.json
bloba18d7d839838580a8353948da497168d596e0d9d
2   "name": "HoloCollectionViewDiffPlugin",
3   "version": "0.2.0",
4   "summary": "A DeepDiff plugin for HoloCollectionView",
5   "description": "This project adds a plugin for DeepDiff into HoloCollectionView, for supporting diff reload.",
6   "homepage": "https://github.com/HoloFoundation/HoloCollectionViewDiffPlugin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gonghonglou": "gonghonglou@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/HoloFoundation/HoloCollectionViewDiffPlugin.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HoloCollectionViewDiffPlugin/Classes/**/*",
22   "dependencies": {
23     "HoloCollectionView": [
24       "~> 1.3"
25     ],
26     "DeepDiff": [
27       "~> 2.3"
28     ]
29   }