blob: 87a1a8495c317ee565ada8ee69d9da7c7817cd7a [file] [log] [blame]
{
"name": "RxKeyboard",
"version": "0.7.0",
"summary": "Reactive Keyboard in iOS",
"homepage": "https://github.com/RxSwiftCommunity/RxKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxKeyboard.git",
"tag": "0.7.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.0.0-beta.0"
],
"RxCocoa": [
">= 4.0.0-beta.0"
]
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "4.0"
}