[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / 2 / RxASDiff / 1.0.0 / RxASDiff.podspec.json
blob80aa417b5b4e10cdb7ce1db850606f855e8c43a9
2   "name": "RxASDiff",
3   "version": "1.0.0",
4   "summary": "Reactive Diff Library on Texture built on DeepDiff",
5   "description": "Texture x RxSwift x Paul Heckel Diff Algorithm",
6   "homepage": "https://github.com/Geektree0101/RxASDiff",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Geektree0101": "h2s1880@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Geektree0101/RxASDiff.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RxASDiff/Classes/**/*",
22   "dependencies": {
23     "Texture": [
24       "2.6"
25     ],
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ],
32     "DeepDiff": [
33       "~> 1.2"
34     ]
35   }