blob: 8f3eb461f34174bf6bee4985cf213978faad6fe5 [file] [log] [blame]
{
"name": "EmotionKeyboard",
"version": "0.0.3",
"summary": "custom EmotionKeyboard",
"xcconfig": {
"VALID_ARCHS": "armv7s arm64 armv7"
},
"pod_target_xcconfig": {
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
},
"description": "表情键盘 使用见测试",
"homepage": "https://github.com/wokua/CHEmotionKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1060566471@qq.com": "1060566471@qq.com"
},
"source": {
"git": "https://github.com/wokua/CHEmotionKeyboard.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EmotionKeyboard/Classes/Emotion/**/*",
"resource_bundles": {
"EmotionKeyboard": [
"EmotionKeyboard/Assets/*"
]
},
"dependencies": {
"Masonry": [
]
}
}