blob: 0c6872f25e90fee21db83c228ef6ee9329ff95be [file] [log] [blame]
{
"name": "UPYUN",
"version": "2.0.2",
"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": "2.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "class",
"source_files": [
"UpYunSDK/class/**/*.{h,m}"
]
},
{
"name": "class_deprecated",
"source_files": [
"UpYunSDK/class_deprecated/*.{h,m}",
"UpYunSDK/class_deprecated/**/*.{h,m}"
]
}
]
}