blob: 3fa79d8d44afe5396e48e40ac7b2cafff2a60b26 [file] [log] [blame]
{
"name": "SwipeableTabBarController",
"version": "1.0.13",
"summary": "A UITabBarController where you can swipe interactively between tabs.",
"description": "Subclass of UITabBarController that adds a swipe recognizer to the lowest UIViewController so you can interactively change tabs.",
"homepage": "https://github.com/marcosgriselli/SwipeableTabBarController",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"authors": "Marcos Griselli",
"social_media_url": "http://twitter.com/marcosgriselli",
"source": {
"git": "https://github.com/marcosgriselli/SwipeableTabBarController.git",
"tag": "1.0.13"
},
"source_files": [
"SwipeableTabBarController",
"SwipeableTabBarController/**/*.{h,m,swift}"
]
}