[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 2 / 3 / 6 / HoloCollectionViewDiffPlugin / 1.0.0 / HoloCollectionViewDiffPlugin.podspec.json
blob9949c7c902dc7cc9b748b89fbeece03727ca80fe
2   "name": "HoloCollectionViewDiffPlugin",
3   "version": "1.0.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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HoloCollectionViewDiffPlugin/Classes/**/*",
22   "dependencies": {
23     "HoloCollectionView": [
25     ],
26     "DeepDiff": [
28     ]
29   }