blob: 76da16b2c62a11b7e8e7d60a11be977931c4668f [file] [log] [blame]
{
"name": "RxSwiftExtensions",
"version": "1.1.1",
"summary": "Frequently used extensoins in RxSwift",
"homepage": "https://github.com/tokijh/RxSwiftExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tokijh": "tokijh@naver.com"
},
"source": {
"git": "https://github.com/tokijh/RxSwiftExtensions.git",
"tag": "1.1.1"
},
"swift_version": "4.2",
"source_files": "RxSwiftExtensions/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0"
],
"RxCocoa": [
">= 4.0"
],
"RxOptional": [
">= 3.5"
]
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
}
}