blob: a5963d144fcf541b6ede86d58f8253fe7deb8fa8 [file] [log] [blame]
{
"name": "DryAWSS3",
"version": "0.0.1",
"summary": "DryAWSS3",
"homepage": "https://github.com/duanruiying/DryAWSS3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryAWSS3.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/Classes/Code/**/*",
"public_header_files": "DryAWSS3/Classes/Code/Public/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AWSS3": [
]
}
}