5 Star 11 Fork 2

AustinKuture/HttpsSignatureCertificate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
HttpsSignatureCertificate.podspec 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
AustinKuture 提交于 2016-12-19 14:14 . Setting deployment_target
Pod::Spec.new do |s|
s.name = 'HttpsSignatureCertificate'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'An easy way use AFNetworking to authenticate a https signature for iOS.'
s.homepage = 'https://github.com/AustinKuture/HttpsSignatureCertificate'
s.authors = {'AustinKuture' => 'austinkuture@126.com'}
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.source = {:git => 'https://github.com/AustinKuture/HttpsSignatureCertificate.git', :tag => '1.0'}
s.source_files = 'HttpsSignatureCertificate/ AKNetPackegeAFN.{h,m}'
s.dependency "AFNetworking", "~> 3.0"
s.requires_arc = true
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/AustinKuture/HttpsSignatureCertificate.git
git@gitee.com:AustinKuture/HttpsSignatureCertificate.git
AustinKuture
HttpsSignatureCertificate
HttpsSignatureCertificate
master

搜索帮助