29 Star 91 Fork 22

Yanzheng / YZAuthID

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
YZAuthID.podspec 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yanzheng 提交于 2018-07-26 11:17 . 更新AuthID
Pod::Spec.new do |s|
s.name = 'YZAuthID'
s.version = '2.0.0'
s.summary = 'TouchID/FaceID auth.'
s.homepage = 'https://github.com/micyo202/YZAuthID'
s.license = 'MIT'
s.authors = {'Yanzheng' => 'micyo202@163.com'}
s.platform = :ios, '10.0'
s.source = {:git => 'https://github.com/micyo202/YZAuthID.git', :tag => s.version}
s.source_files = 'YZAuthID/**/*.{h,m}'
s.requires_arc = true
end
Objective-C
1
https://gitee.com/micyo202/YZAuthID.git
git@gitee.com:micyo202/YZAuthID.git
micyo202
YZAuthID
YZAuthID
master

搜索帮助