1 Star 0 Fork 0

Pt/TrueTime.swift

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TrueTime.podspec 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marcelo Fabri 提交于 2020-01-18 05:31 +08:00 . Update TrueTime.podspec
Pod::Spec.new do |s|
s.name = 'TrueTime'
s.version = '5.1.0'
s.summary = 'NTP library for Swift. Get the true time impervious to device clock changes.'
s.homepage = 'https://github.com/instacart/TrueTime.swift'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Michael Sanders' => 'msanders@instacart.com' }
s.source = { :git => 'https://github.com/instacart/TrueTime.swift.git', :tag => s.version }
s.swift_version = '5.0'
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source_files = 'Sources/**/*.{swift,h,m}'
s.public_header_files = 'Sources/**/*.h'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coderPt/TrueTime.swift.git
git@gitee.com:coderPt/TrueTime.swift.git
coderPt
TrueTime.swift
TrueTime.swift
master

搜索帮助