blob: 9d3101a33ada50a01f94b9620cbae213ee02b4f9 [file] [log] [blame]
{
"name": "RxKeyboard",
"version": "0.2.0",
"summary": "Reactive Keyboard in iOS",
"homepage": "https://github.com/devxoul/RxKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/RxKeyboard.git",
"tag": "0.2.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
"= 3.0.0-rc.1"
],
"RxCocoa": [
"= 3.0.0-rc.1"
]
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}