blob: 520d1d16ab281ac10026b13d284599d7bcf3f815 [file] [log] [blame]
{
"name": "RxScreeen",
"version": "1.0.0",
"summary": "RxScreeen is a RxSwift wrapper for Screeen.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Clipy/RxScreeen",
"authors": {
"Econa77": "f.s.1992.ip@gmail.com"
},
"source": {
"git": "https://github.com/Clipy/RxScreeen.git",
"tag": "v1.0.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": "Lib/RxScreeen/*.swift",
"frameworks": "Cocoa",
"dependencies": {
"Screeen": [
"~> 1.0"
],
"RxSwift": [
"3.0.0-beta.1"
],
"RxCocoa": [
"3.0.0-beta.1"
]
}
}