[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / b / 0 / CYLTabBarController / 1.27.0 / CYLTabBarController.podspec.json
blob2ef1e4db5d04318dfad73dde16b76c639b807c60
2   "name": "CYLTabBarController",
3   "version": "1.27.0",
4   "summary": "Highly customizable tabBar and tabBarController for iOS",
5   "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】",
6   "homepage": "https://github.com/ChenYilong/CYLTabBarController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ChenYilong": "luohanchenyilong@163.com"
13   },
14   "social_media_url": "http://weibo.com/luohanchenyilong/",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/ChenYilong/CYLTabBarController.git",
20     "tag": "1.27.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "CYLTabBarController",
29         "CYLTabBarController/**/*.{h,m}"
30       ],
31       "public_header_files": "CYLTabBarController/**/*.h"
32     },
33     {
34       "name": "Lottie",
35       "dependencies": {
36         "CYLTabBarController/Core": [
38         ],
39         "lottie-ios": [
40           "~> 2.5.3"
41         ]
42       }
43     }
44   ]