blob: d58226f82d2354cbfd38b9243f29ee6743637c41 [file] [log] [blame]
{
"name": "LXEmojiKeyboardInput",
"version": "0.3",
"summary": "低耦合的emoji表情的自定义键盘,以及用于消息发送的输入框",
"homepage": "https://github.com/xx-li/LXEmojiKeyboardInput",
"license": "MIT",
"authors": {
"xx-li": "x@devlxx.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xx-li/LXEmojiKeyboardInput.git",
"tag": "0.3"
},
"source_files": "LXEmojiKeyboardInput/*",
"exclude_files": "LXEmojiKeyboardInputDemo",
"resource_bundles": {
"LXEmojiKeyboardInput": "LXEmojiKeyboardInput/LXEmojiKeyboardInput/**"
},
"resources": "LXEmojiKeyboardInput/LXEmojiKeyboardInput.bundle",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.3"
]
}
}