blob: a846326a1c26217faa9f3fc91c6ea57b146d89ca [file] [log] [blame]
{
"name": "RxKeyboard",
"version": "0.6.2",
"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.6.2"
},
"source_files": "Sources/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 3.4"
],
"RxCocoa": [
">= 3.4"
]
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.1"
}