[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 1 / LXEmojiKeyboardInput / 0.1 / LXEmojiKeyboardInput.podspec.json
blob63fe6259abe15bcdd371c5480d3578586f644b64
2   "name": "LXEmojiKeyboardInput",
3   "version": "0.1",
4   "summary": "低耦合的emoji表情的自定义键盘,以及用于消息发送的输入框",
5   "homepage": "https://github.com/xx-li/LXEmojiKeyboardInput",
6   "license": "MIT",
7   "authors": {
8     "xx-li": "x@devlxx.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/xx-li/LXEmojiKeyboardInput.git",
15     "tag": "0.1"
16   },
17   "source_files": "LXEmojiKeyboardInput/*",
18   "exclude_files": "LXEmojiKeyboardInputDemo",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "Masonry": [
27       "~> 0.6.3"
28     ]
29   }