blob: 9bb147cfa748fbf7463723e586d4e93b2eab971c [file] [log] [blame]
{
"name": "BQMM",
"version": "1.7.11",
"summary": "BQMM 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": {
"harvey": "dhanf@163.com"
},
"source": {
"git": "https://github.com/siyanhui/bqmm-ios-sample.git",
"tag": "1.7.11"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"BQMM/BQMM.framework/Headers/*.h",
"BQMM_EXT/*.{h,m}"
],
"resources": [
"BQMM/BQMM.bundle",
"BQMM_EXT/*.png"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_frameworks": "BQMM/BQMM.framework",
"libraries": "z",
"frameworks": "UIKit"
}