| { | |
| "name": "JMKeyboardManager", | |
| "version": "0.0.1", | |
| "summary": "A library for iOS.", | |
| "description": "监听键盘弹出, 输入框上移", | |
| "homepage": "https://github.com/liuxuanbo11/iOS-JMKeyboardManager", | |
| "license": "MIT", | |
| "authors": { | |
| "刘轩博": "liuxuanbo11@126.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/liuxuanbo11/iOS-JMKeyboardManager.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "iOS-JMKeyboardManager", | |
| "JMKeyboardManager/**/*.{h,m}" | |
| ] | |
| } |