blob: 80aa417b5b4e10cdb7ce1db850606f855e8c43a9 [file] [log] [blame]
{
"name": "RxASDiff",
"version": "1.0.0",
"summary": "Reactive Diff Library on Texture built on DeepDiff",
"description": "Texture x RxSwift x Paul Heckel Diff Algorithm",
"homepage": "https://github.com/Geektree0101/RxASDiff",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Geektree0101": "h2s1880@gmail.com"
},
"source": {
"git": "https://github.com/Geektree0101/RxASDiff.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxASDiff/Classes/**/*",
"dependencies": {
"Texture": [
"2.6"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"DeepDiff": [
"~> 1.2"
]
}
}