blob: 3b574a34bf816bcfbbbc9eeb5da1c2f6537afe27 [file] [log] [blame]
{
"name": "RxKeyboard",
"version": "0.8.3",
"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.8.3"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.1.0"
],
"RxCocoa": [
">= 4.1.0"
]
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "4.1"
}