blob: 8d3ac8f76cf823491263623d37f4c65e4f15dad1 [file] [log] [blame]
{
"name": "DryAWSS3",
"version": "0.0.2",
"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.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/Classes/Code/**/*",
"public_header_files": "DryAWSS3/Classes/Code/Public/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AWSS3": [
]
}
}