blob: eeba8ceb958f383e8a70879c7aace3b76cad5b6d [file] [log] [blame]
{
"name": "RACKeyboard",
"version": "0.1.0",
"summary": "Reactive Keyboard in iOS , reference from RxKeyboard",
"homepage": "https://github.com/arcangelw/RACKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arcangelw": "wuzhezmc@gmail.com"
},
"source": {
"git": "https://github.com/arcangelw/RACKeyboard.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RACKeyboard/Classes/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~> 7.0.0"
]
}
}