blob: eec6272dc841b9e697be0c17cd159bd20643f96b [file] [log] [blame]
{
"name": "RxKeyboard",
"version": "0.5.1",
"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.5.1"
},
"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"
}