blob: 3eb760b5c26e8d2c7c68aa6567d520c422ba91d9 [file] [log] [blame]
{
"name": "RxScreeen",
"version": "1.4.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": "v1.4.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": "Lib/RxScreeen/*.swift",
"frameworks": "Cocoa",
"dependencies": {
"Screeen": [
"~> 1.3"
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
}
}