1 Star 0 Fork 0

ericdotwang/SwiftCharts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SwiftCharts.podspec 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ivan Schuetz 提交于 2019-03-30 18:55 . Release 0.6.5
Pod::Spec.new do |s|
s.name = "SwiftCharts"
s.version = "0.6.5"
s.summary = "Easy to use and highly customizable charts library for iOS"
s.homepage = "https://github.com/i-schuetz/SwiftCharts"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.authors = { "Ivan Schuetz" => "ivanschuetz@gmail.com"}
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/i-schuetz/SwiftCharts.git", :tag => '0.6.5'}
s.source_files = 'SwiftCharts/*.swift', 'SwiftCharts/**/*.swift'
s.frameworks = "Foundation", "UIKit", "CoreGraphics"
s.swift_version = '5.0'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ericdotwang/SwiftCharts.git
git@gitee.com:ericdotwang/SwiftCharts.git
ericdotwang
SwiftCharts
SwiftCharts
master

搜索帮助