blob: d67406d5b5e75158e83527663ec0c4dcfa311878 [file] [log] [blame]
{
"name": "DryAWSS3-iOS",
"version": "0.0.2",
"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.2"
},
"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": [
]
}
}