blob: c294bab7eff1fe6e2d6ab33638fa1be356c2aa84 [file] [log] [blame]
{
"name": "CCVodSDK",
"version": "4.1.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.1.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"
}