blob: 39d335acb4377ef049e5a662da1449edb7f52dbf [file] [log] [blame]
{
"name": "BaiduBCEReader",
"version": "2.3.0",
"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 7.0 and later,",
"authors": {
"Baidu Cloud Multimedia Team": "bce-multimedia@baidu.com"
},
"source": {
"http": "http://sdk.bce.baidu.com/media-sdk/Baidu-DocReader-SDK-iOS-2.3.0.zip?responseContentDisposition=attachment",
"sha1": "2b9ea5014b3b32c46c676d6958e671699d45332d"
},
"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": "7.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"
}