blob: 36281cc35969828d45b6658af03b1f65fc7728ea [file] [log] [blame]
{
"name": "XMChatBar",
"version": "1.3.0",
"summary": "模仿微信聊天输入框",
"description": "模仿微信,QQ聊天输入框,共同学习,如果您发现什么bug或者有什么问题,可以联系我",
"homepage": "https://github.com/ws00801526/XMChatBarExample",
"license": "MIT",
"authors": {
"XMFraker": "3057600441@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ws00801526/XMChatBarExample.git",
"tag": "1.3.0"
},
"source_files": "XMChatBar/**/*.{h,m}",
"ios": {
"frameworks": [
"UIKit",
"MapKit",
"Foundation"
],
"vendored_libraries": "XMChatBar/Vendors/VoiceLib/libmp3lame.a"
},
"requires_arc": true,
"resources": [
"XMChatBar/chatBar.xcassets",
"XMChatBar/face.plist"
],
"dependencies": {
"Masonry": [
]
}
}