blob: 826adfd143aec92609ed7523900ee848954a0048 [file] [log] [blame]
{
"name": "DCUPLiveSDK",
"version": "1.0",
"license": "MIT",
"summary": "UPLive SDK For iOS. 杭州又拍云科技有限公司",
"homepage": "https://github.com/linKnowEasy/UPLiveSDK",
"authors": {
"UPYUN": "iOSTeam@upyun.com"
},
"source": {
"git": "https://github.com/DeeplyCurious/DCUPLiveSDK.git",
"tag": "v1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"resources": [
"UPLiveService/UPAVCapturer/Class/*.{jpg,png,xib}",
"UPLiveService/UPAVCapturer/ImageProcessor/**/**/*.{jpg,png,xib}"
],
"source_files": [
"UPLiveService/**/*.{h,m}",
"UPLiveService/**/**/*.{h,m}",
"UPLiveService/**/**/**/*.{h,m}"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-read_only_relocs suppress"
},
"frameworks": [
"AVFoundation",
"QuartzCore",
"OpenGLES",
"AudioToolbox",
"VideoToolbox",
"Accelerate"
],
"libraries": [
"bz2.1.0",
"iconv",
"z"
],
"vendored_frameworks": "UPLiveService/UPLiveSDKDll.framework"
}