[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / b / 0 / CYLTabBarController / 1.23.1 / CYLTabBarController.podspec.json
blob844feb26022590aba58a738b05b26ebc74d0326c
2   "name": "CYLTabBarController",
3   "version": "1.23.1",
4   "summary": "Highly customizable tabBar and tabBarController for iOS",
5   "description": "CYLTabBarController is iPad and iPhone compatible. Supports landscape and portrait orientations and can be used inside UINavigationController.",
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.23.1"
21   },
22   "source_files": [
23     "CYLTabBarController",
24     "CYLTabBarController/**/*.{h,m}"
25   ],
26   "public_header_files": "CYLTabBarController/**/*.h",
27   "requires_arc": true,
28   "dependencies": {
29     "lottie-ios": [
30       "~> 2.5.0"
31     ]
32   }