blob: cc034be9e4e73e90ace981ca03e7aaf42a8da85d [file] [log] [blame]
{
"name": "AudioTabBarController",
"version": "0.1.0",
"summary": "AudioTabBarController is a custom tab bar controller to mimick playback view like on apple music or spotify.",
"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.",
"homepage": "https://github.com/hendych/AudioTabBarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hendy Christianto": "hendychrst90@gmail.com"
},
"source": {
"git": "https://github.com/hendych/AudioTabBarController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AudioTabBarController/Classes/**/*",
"resource_bundles": {
"AudioTabBarController": [
"AudioTabBarController/Assets/*.xib"
]
}
}