blob: a9dce7cbd208df0ca14f9c6545c41c51af593a06 [file] [log] [blame]
{
"name": "RxKeyboard",
"version": "0.6.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.6.0"
},
"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"
}