blob: 63fe6259abe15bcdd371c5480d3578586f644b64 [file] [log] [blame]
{
"name": "LXEmojiKeyboardInput",
"version": "0.1",
"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.1"
},
"source_files": "LXEmojiKeyboardInput/*",
"exclude_files": "LXEmojiKeyboardInputDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.3"
]
}
}