blob: 68af53f67d9bcd807a1fa441645493544b0f797b [file] [log] [blame]
{
"name": "CCVodSDK",
"version": "4.0.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.0.0"
},
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_libraries": "include/libCCSDK.a",
"source_files": "include/*.{h,m}",
"resources": [
"include/resource.bundle",
"include/vrlibraw.bundle"
],
"frameworks": "CoreServices"
}