1 Star 0 Fork 0

超越未来michael / aliyun-oss-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AliyunOSSiOS.podspec 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
超越未来michael 提交于 2022-12-24 22:17 . Update AliyunOSSiOS.podspec
Pod::Spec.new do |s|
s.name = "AliyunOSSiOS"
s.version = "2.10.16"
s.summary = "An iOS SDK for Aliyun Object Storage Service"
s.description = <<-DESC
It's an SDK for aliyun object storage service, which implement by Objective-C.It helps the iOS developers to access the OSS easier.
DESC
s.homepage = "https://github.com/aliyun/AliyunOSSiOS"
s.license = "Apache License, Version 2.0"
s.authors = { "Aliyun Open Service" => "aliyuncloudcomputing" }
s.source = { :git => "https://github.com/zhangfuchao/aliyun-oss-ios-sdk.git", :tag => "release_" + s.version.to_s }
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.source_files = 'Supporting Files/AliyunOSSiOS.h', 'AliyunOSSSDK/*.{h,m,c}', 'AliyunOSSSDK/OSSTask/*.{h,m}','AliyunOSSSDK/OSSFileLog/*.{h,m}', 'AliyunOSSSDK/OSSIPv6/*.{h,m}'
s.ios.frameworks = 'SystemConfiguration','CoreTelephony'
s.osx.frameworks = 'SystemConfiguration','CoreTelephony'
s.library = 'resolv'
end
1
https://gitee.com/ruanmeiZFC/aliyun-oss-ios-sdk.git
git@gitee.com:ruanmeiZFC/aliyun-oss-ios-sdk.git
ruanmeiZFC
aliyun-oss-ios-sdk
aliyun-oss-ios-sdk
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891