blob: 512cf8dc6f3206ed30d1b748a2db58637a629d18 [file] [log] [blame]
{
"name": "AutoDisposable",
"version": "1.0.3",
"summary": "RxSwift extensions for automatically disposing of observables.",
"homepage": "https://github.com/BiohazardUA/AutoDisposable",
"description": "AutoDisposable is a tool for automatically binding the execution of RxSwift streams to a provided scope via disposal.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladislav Ternovskiy": "vladislav.ternovskii@gmail.com"
},
"social_media_url": "https://www.linkedin.com/in/vladislav-ternovskiy-494995119",
"source": {
"git": "https://github.com/BiohazardUA/AutoDisposable.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": [
"AutoDisposable/**/*.{swift,h,m}",
"Platform/**/*.swift"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxRelay": [
"~> 5"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}