[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 2 / b / 0 / CYLTabBarController / 1.29.1 / CYLTabBarController.podspec.json
blob8d28571db83be259a6481ced77e4ed4dc7b95e15
2   "name": "CYLTabBarController",
3   "version": "1.29.1",
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.29.1"
21   },
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "DEFINES_MODULE": "YES",
25     "ENABLE_BITCODE": "NO"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "CYLTabBarController",
33         "CYLTabBarController/**/*.{h,m}"
34       ],
35       "public_header_files": "CYLTabBarController/**/*.h"
36     },
37     {
38       "name": "Lottie",
39       "dependencies": {
40         "CYLTabBarController/Core": [
42         ],
43         "lottie-ios": [
44           "~> 2.5.3"
45         ]
46       }
47     }
48   ]