blob: b4cc31bf76a085b6b053d47209f2beac7c848d53 [file] [log] [blame]
{
"name": "DryAliyunOSS-iOS",
"version": "1.0.0",
"summary": "DryAliyunOSS-iOS",
"homepage": "https://github.com/duanruiying/DryAliyunOSS-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryAliyunOSS-iOS.git",
"tag": "1.0.0"
},
"description": "TODO: iOS阿里云OSS.",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w",
"-ObjC"
]
},
"source_files": "DryAliyunOSS-iOS/Classes/Code/**/*",
"libraries": "resolv",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CFNetwork"
],
"dependencies": {
"AliyunOSSiOS": [
]
},
"swift_version": "5.0"
}