1 Star 1 Fork 0

KSSpec / aliyun-oss-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AliyunOSSiOS.podspec 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
剑子 提交于 2019-12-23 10:17 . 修改版本信息
Pod::Spec.new do |s|
s.name = "AliyunOSSiOS"
s.version = "2.10.8"
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/aliyun/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/KSSpec/aliyun-oss-ios-sdk.git
git@gitee.com:KSSpec/aliyun-oss-ios-sdk.git
KSSpec
aliyun-oss-ios-sdk
aliyun-oss-ios-sdk
master

搜索帮助