blob: 37cc66a3e23b4c07972e925050a46d0b2e23d597 [file] [log] [blame]
{
"name": "JSTestProject",
"version": "0.0.3",
"summary": "JSTestProject is a custom emoji View",
"description": "一个自定的emoji表情View,可以自定义键盘使用",
"homepage": "https://github.com/lmg4819/JSEmojiView",
"license": "MIT",
"authors": {
"luomengge": "luomengge@cheyipai.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lmg4819/JSTestProject.git",
"tag": "0.0.3"
},
"source_files": [
"EmojiTool",
"EmojiTool/**/*.{h,m}"
],
"public_header_files": "EmojiTool/**/*.h",
"resources": "EmojiTool/EmojiView/emoji.json",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}