blob: 51f4a346b340f076efbfeffa664fc4a4a2b7ce6d [file] [log] [blame]
{
"name": "MXChat",
"version": "0.2.0",
"summary": "just chat",
"homepage": "https://github.com/longminxiang/MXChat",
"license": "MIT",
"authors": {
"Eric Lung": "longminxiang@gmail.com"
},
"source": {
"git": "https://github.com/longminxiang/MXChat.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"SDWebImage/Core": [
"3.7.3"
],
"DACircularProgress": [
"2.3.1"
],
"MBProgressHUD": [
"0.9.1"
],
"MXEGOCache": [
"2.1.4"
],
"DTCoreText": [
"1.6.16"
]
},
"vendored_frameworks": "MXChatView/Vendor/lame.framework",
"source_files": "MXChatView/MXChatView/**/*.{h,m}",
"resources": [
"MXChatView/MXChatView/**/*.xib",
"MXChatView/MXChatView/Resources/**/*.bundle",
"MXChatView/MXChatView/Resources/Face/*.png"
]
}