blob: 232811afb1403b6305083a9aefce41e204e49165 [file] [log] [blame]
{
"name": "BaiduBCEReader",
"version": "2.3.3",
"summary": "Baidu BCE iOS Reader SDK",
"homepage": "https://cloud.baidu.com/doc/DOC/iOSDocReaderSDK.html",
"license": {
"type": "Proprietary",
"text": " Copyright (c) 2016 Baidu.com, Inc. All Rights Reserved.\n"
},
"description": "Baidu BCE iOS Reader SDK supoort iOS 8.0 and later,",
"authors": {
"Baidu Cloud Multimedia Team": "bce-multimedia@baidu.com"
},
"source": {
"http": "https://sdk.bce.baidu.com/media-sdk/Baidu-DocReader-SDK-iOS-2.3.3.zip",
"sha1": "c270003d4528ae2f582f72051a3c29805607df86"
},
"prepare_command": "BASEPATH=\"${PWD}\"\n\nrm -rf \"$BASEPATH/framework\"\nmkdir -p \"$BASEPATH/framework\"\n\nls -al $SDKPATH\n# copy framework\ncp -R BCEDocumentReader.framework \"${BASEPATH}/framework/\"",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "framework/BCEDocumentReader.framework",
"resource_bundles": {
"DocPlayerSDK": "framework/BCEDocumentReader.framework/Resources/DocPlayerSDK.bundle/*"
},
"frameworks": [
"Foundation",
"Webkit"
],
"dependencies": {
"ZipArchive": [
"~>1.0"
]
},
"libraries": "z"
}