blob: 8dafaf0c6d11e8c1c376c6a42453be15dcde2d95 [file] [log] [blame]
{
"name": "RxScreeen",
"version": "0.0.2",
"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": "v0.0.2"
},
"platforms": {
"osx": "10.9"
},
"source_files": "Lib/RxScreeen/*.swift",
"frameworks": "Cocoa",
"dependencies": {
"Screeen": [
"0.0.3"
],
"RxSwift": [
"~> 2.5"
],
"RxCocoa": [
"~> 2.5"
]
}
}