[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 9 / 6 / a / JSTestProject / 0.0.3 / JSTestProject.podspec.json
blob37cc66a3e23b4c07972e925050a46d0b2e23d597
2   "name": "JSTestProject",
3   "version": "0.0.3",
4   "summary": "JSTestProject is a custom emoji View",
5   "description": "一个自定的emoji表情View,可以自定义键盘使用",
6   "homepage": "https://github.com/lmg4819/JSEmojiView",
7   "license": "MIT",
8   "authors": {
9     "luomengge": "luomengge@cheyipai.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/lmg4819/JSTestProject.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "EmojiTool",
20     "EmojiTool/**/*.{h,m}"
21   ],
22   "public_header_files": "EmojiTool/**/*.h",
23   "resources": "EmojiTool/EmojiView/emoji.json",
24   "requires_arc": true,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   }