[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 3 / 8 / AudioTabBarController / 0.1.1 / AudioTabBarController.podspec.json
blob7993fe2a674f553b3901d5c99f589ea6e2ae68a6
2   "name": "AudioTabBarController",
3   "version": "0.1.1",
4   "summary": "AudioTabBarController is a custom tab bar controller to mimick playback view like on apple music or spotify.",
5   "description": "AudioTabBarController will show playback audio on the bottom tab bar, and can be shared among view controllers. It's also using UITabBar to keep using native iOS framework instead of UIButton and UIView, so you can assign the tab bar item directly from your UIViewController's tabBarItem property, reducing boilerplate code and easier migration process from native UITabBarController to AudioTabBarController.",
6   "homepage": "https://github.com/hendych/AudioTabBarController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hendy Christianto": "hendychrst90@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hendych/AudioTabBarController.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AudioTabBarController/Classes/**/*",
22   "resource_bundles": {
23     "AudioTabBarController": [
24       "AudioTabBarController/Assets/*.xib"
25     ]
26   }