blob: 20cbc7ef738f5ca356b7b7c6907052cad8721077 [file] [log] [blame]
{
"name": "RxScreeen",
"version": "2.0.0",
"summary": "RxScreeen is a RxSwift wrapper for Screeen.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Clipy/RxScreeen",
"authors": {
"Econa77": "s.f.1992.ip@gmail.com"
},
"source": {
"git": "https://github.com/Clipy/RxScreeen.git",
"tag": "v2.0.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": "Lib/RxScreeen/*.swift",
"swift_versions": "5.0",
"frameworks": "Cocoa",
"dependencies": {
"Screeen": [
"~> 2.0.1"
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}