2 Star 1 Fork 1

王路 / AxcDrawPath_Tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AxcDrawPath_Tool.podspec 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵洋 提交于 2018-10-29 15:15 . 发布cocoapods版本
Pod::Spec.new do |s|
s.name = "AxcDrawPath_Tool"
s.version = "1.0.1"
s.summary = "AxcAEKit系列拆分出来的一个贝塞尔曲线绘制工具,以科技风为主,动画为辅."
s.ios.deployment_target = '8.0'
s.homepage = "https://github.com/axclogo/AxcDrawPath_Tool"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "赵新" => "axclogo@163.com" }
s.social_media_url = "http://www.cnblogs.com/axclogo/"
s.source = { :git => "https://github.com/axclogo/AxcDrawPath_Tool.git", :tag => s.version }
s.source_files = 'AxcDrawPath_Tool/AxcDrawPathPackage/**/*'
s.requires_arc = true
end
1
https://gitee.com/iOS_wanglu/AxcDrawPath_Tool.git
git@gitee.com:iOS_wanglu/AxcDrawPath_Tool.git
iOS_wanglu
AxcDrawPath_Tool
AxcDrawPath_Tool
master

搜索帮助