1 Star 0 Fork 0

huangjianna / CYLTabBarController

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CYLTabBarController.podspec 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "CYLTabBarController"
s.version = "1.29.0"
s.summary = "Highly customizable tabBar and tabBarController for iOS"
s.description = "[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS12 & iPhone XS MAX supported】"
s.homepage = "https://github.com/ChenYilong/CYLTabBarController"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "ChenYilong" => "luohanchenyilong@163.com" }
s.social_media_url = 'http://weibo.com/luohanchenyilong/'
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/ChenYilong/CYLTabBarController.git", :tag => s.version.to_s }
s.requires_arc = true
s.default_subspec = 'Core'
s.subspec 'Core' do |core|
core.source_files = 'CYLTabBarController', 'CYLTabBarController/**/*.{h,m}'
core.public_header_files = 'CYLTabBarController/**/*.h'
end
s.subspec 'Lottie' do |lottie|
lottie.dependency 'CYLTabBarController/Core'
lottie.dependency "lottie-ios" , '~> 2.5.3'
end
end
1
https://gitee.com/huangjianna/CYLTabBarController.git
git@gitee.com:huangjianna/CYLTabBarController.git
huangjianna
CYLTabBarController
CYLTabBarController
master

搜索帮助