1 Star 0 Fork 0

forChallenge/FontBlaster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FontBlaster.podspec 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
# Version
s.version = "5.1.0"
s.swift_version = "5.1"
# Meta
s.name = "FontBlaster"
s.summary = "Programmatically load custom fonts into your iOS app."
s.homepage = "https://github.com/ArtSabintsev/FontBlaster"
s.license = "MIT"
s.authors = { "Arthur Ariel Sabintsev" => "arthur@sabintsev.com"}
s.description = <<-DESC
Say goodbye to importing custom fonts via property lists as **FontBlaster** automatically imports and loads all fonts in your app's Bundle/NSBundle with one line of code.
DESC
# Deployment Targets
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
# Sources
s.source = { :git => "https://github.com/ArtSabintsev/FontBlaster.git", :tag => s.version.to_s }
s.source_files = 'Sources/'
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Nealios/FontBlaster.git
git@gitee.com:Nealios/FontBlaster.git
Nealios
FontBlaster
FontBlaster
master

搜索帮助