blob: 6fc793a6a01c6627f1d93e1538fda45014ae1638 [file] [log] [blame]
{
"name": "LXEmojiKeyboardInput",
"version": "0.2",
"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.2"
},
"source_files": "LXEmojiKeyboardInput/*",
"exclude_files": "LXEmojiKeyboardInputDemo",
"resource_bundles": {
"LXEmojiKeyboardInput": [
"Pod/**/**"
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.3"
]
}
}