3 Star 12 Fork 2

LiGuoliang / GLRouter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GLRouter.podspec 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Be sure to run `pod lib lint GLRouter.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'GLRouter'
s.version = '2.1.2'
s.summary = '一个极其简便灵活的iOS路由'
s.description = <<-DESC
😜Without register anyclass !
🥳Without more sourceCode !
🥳Just one line code !
🧑‍💻Launch !
🎉Look! It working!
DESC
s.homepage = 'https://github.com/GL9700/GLRouter'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'liguoliang' => '36617161@qq.com' }
s.source = { :git => 'https://github.com/GL9700/GLRouter.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'GLRouter/Classes/**/*'
# s.resource_bundles = {
# 'GLRouter' => ['GLRouter/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
Objective-C
1
https://gitee.com/GL9700/GLRouter.git
git@gitee.com:GL9700/GLRouter.git
GL9700
GLRouter
GLRouter
master

搜索帮助