blob: 6789fa1787c5c9e7f72948932509818fc61c4f25 [file] [log] [blame]
{
"name": "BQMM_RC",
"version": "1.4.2",
"summary": "BQMM RongCloud SDK",
"description": "The developer can use this SDK to integrate more and more emoji, such as some static image emoji, or animated emoji",
"homepage": "http://biaoqingmm.com/",
"license": "MIT",
"authors": {
"Teng": "tengwork1@163.com"
},
"source": {
"git": "https://github.com/siyanhui/bqmm-sdk-ios-rc.git",
"tag": "1.4.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"*/BQMM.framework/Headers/*.h",
"*/RongIMKit.framework/Headers/*.h"
],
"resources": [
"*/BQMM.bundle",
"*/RongCloud.bundle",
"*/en.lproj",
"*/zh-Hans.lproj"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_frameworks": [
"*/BQMM.framework",
"*/RongIMKit.framework",
"*/RongIMLib.framework"
],
"vendored_libraries": [
"*/*.a"
],
"libraries": [
"z",
"xml2",
"stdc++",
"sqlite3",
"c++",
"c++abi"
],
"frameworks": [
"AssetsLibrary",
"MapKit",
"ImageIO",
"CoreLocation",
"SystemConfiguration",
"QuartzCore",
"OpenGLES",
"CoreVideo",
"CoreTelephony",
"CoreMedia",
"CoreAudio",
"CFNetwork",
"AudioToolbox",
"AVFoundation",
"UIKit",
"CoreGraphics"
],
"deprecated": true
}