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