2 Star 0 Fork 0

chenxiancai/STCRouter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
STCRouter.podspec 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenxiancai 提交于 2018-01-29 19:04 . update podspec
Pod::Spec.new do |s|
s.name = 'STCRouter'
s.summary = '基于标准URL实现的iOS路由系统,可实现业务模块组件化,解耦各个业务模块, 可实现native降级为hybrid。'
s.version = '1.2.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { 'chenxiancai' => 'chenxiancai@hotmail.com' }
s.homepage = 'https://github.com/chenxiancai/STCRouter'
s.ios.deployment_target = '8.0'
s.source = { :git => 'https://github.com/chenxiancai/STCRouter.git', :tag => s.version }
s.source_files = "Router/STCRouter/*.{h,m,c}"
s.requires_arc = true
s.frameworks = 'Foundation','UIKit'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/chenxiancai/STCRouter.git
git@gitee.com:chenxiancai/STCRouter.git
chenxiancai
STCRouter
STCRouter
master

搜索帮助