blob: 228efda9fbdb2755703b780422cd7a11fd34dde1 [file] [log] [blame]
{
"name": "DryAWSS3-iOS",
"version": "0.0.1",
"summary": "DryAWSS3-iOS",
"homepage": "https://github.com/duanruiying/DryAWSS3-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryAWSS3-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: 亚马逊AWSS3简化集成(文件上传).",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w",
"-ObjC"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryAWSS3-iOS/Classes/Code/**/*",
"public_header_files": "DryAWSS3-iOS/Classes/Code/Public/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AWSS3": [
]
}
}