blob: 56d0367c486d5e0d2a786a0187c701d14046c779 [file] [log] [blame]
{
"name": "CCVodSDK",
"version": "4.7.0",
"summary": "An iOS SDK for CCVod Service",
"authors": {
"CCVod": "zhaowl@bokecc.com"
},
"license": "MIT",
"homepage": "https://github.com/CCVideo",
"source": {
"git": "https://github.com/CCVideo/VOD_iOS_SDK.git",
"tag": "4.7.0"
},
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_libraries": "include/libCCSDK.a",
"source_files": "include/*.{h,m}",
"resources": [
"include/DWResource.bundle",
"include/vrlibraw.bundle"
],
"frameworks": "CoreServices",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"libraries": "xml2",
"dependencies": {
"HDBaseSDK": [
]
}
}