blob: b1955660566e90da0c7a6337102cb9ee6ffc892f [file] [log] [blame]
{
"name": "CYLTabBarController",
"version": "1.24.0",
"summary": "Highly customizable tabBar and tabBarController for iOS",
"description": "CYLTabBarController is iPad and iPhone compatible. Supports landscape and portrait orientations and can be used inside UINavigationController.",
"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.24.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"
]
}
}
]
}