[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 1 / LXEmojiKeyboardInput / 0.2 / LXEmojiKeyboardInput.podspec.json
blob6fc793a6a01c6627f1d93e1538fda45014ae1638
2   "name": "LXEmojiKeyboardInput",
3   "version": "0.2",
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.2"
16   },
17   "source_files": "LXEmojiKeyboardInput/*",
18   "exclude_files": "LXEmojiKeyboardInputDemo",
19   "resource_bundles": {
20     "LXEmojiKeyboardInput": [
21       "Pod/**/**"
22     ]
23   },
24   "frameworks": [
25     "Foundation",
26     "CoreGraphics",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "Masonry": [
32       "~> 0.6.3"
33     ]
34   }