blob: 7db8b4dd2dd4a27c3fa36ffb639c127ee3f80abd [file] [log] [blame]
{
"name": "RxSwiftExtensions",
"version": "1.1.3",
"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.3"
},
"swift_version": "4.2",
"source_files": "RxSwiftExtensions/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0"
],
"RxCocoa": [
">= 4.0"
],
"RxOptional": [
">= 3.5"
],
"RxViewController": [
]
},
"platforms": {
"ios": "8.0"
}
}