blob: 5ae06405bd678d92b2f9f4024deb2aba248ce188 [file] [log] [blame]
{
"name": "UPYUN",
"version": "1.0.0",
"license": {
"type": "MIT",
"text": " Copyright (c) 2016年 UPYUN. All rights reserved.\n"
},
"summary": "UPYUN Upload SDK For iOS.",
"homepage": "https://github.com/upyun/ios-sdk",
"authors": {
"UPYUN": "iOSTeam@upyun.com"
},
"source": {
"git": "https://github.com/upyun/ios-sdk.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"UpYunSDK/*.{h,m}",
"UpYunSDK/Utils/*.{h,m}",
"UpYunSDK/Utils/**/*.{h,m}"
],
"resources": "UpYunSDKDemo/UpYunSDKDemo/*.{jpg,png,xib}"
}