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