blob: 74ceb03a3a5679e6ebcc4b042517a62272454c55 [file] [log] [blame]
{
"name": "CYLTabBarController",
"version": "1.25.0",
"summary": "Highly customizable tabBar and tabBarController for iOS",
"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】",
"homepage": "https://github.com/ChenYilong/CYLTabBarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChenYilong": "luohanchenyilong@163.com"
},
"social_media_url": "http://weibo.com/luohanchenyilong/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ChenYilong/CYLTabBarController.git",
"tag": "1.25.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"CYLTabBarController",
"CYLTabBarController/**/*.{h,m}"
],
"public_header_files": "CYLTabBarController/**/*.h"
},
{
"name": "Lottie",
"dependencies": {
"CYLTabBarController/Core": [
],
"lottie-ios": [
"~> 2.5.3"
]
}
}
]
}