blob: bd808e2df6a3f754dbd3ff71cc906996ac618ae4 [file] [log] [blame]
{
"name": "QCloudCOSV4",
"version": "1.6.0",
"summary": "腾讯云对象存储服务COS,iOS-SDK",
"description": "腾讯云对象存储服务COS,iOS-SDK。提供文件上传等基本操作。",
"homepage": "https://github.com/studentdeng/ShareCenterExample",
"license": "MIT",
"authors": {
"curer": "baronjia@tencent.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tencentyun/COS_iOS_SDK.git",
"tag": "1.6.0"
},
"source_files": "coslib/**/*.{h,m}",
"vendored_libraries": "coslib/libCOSClient.a",
"frameworks": [
"CoreTelephony",
"Foundation",
"SystemConfiguration"
]
}