blob: fed7d33d80a35e86900793be952897a01be85901 [file] [log] [blame]
{
"name": "RxKeyboard",
"version": "0.9.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.9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.3.1"
],
"RxCocoa": [
">= 4.3.1"
]
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "4.0"
}