blob: 5b209080a364b1a4d414843dd68c57800a5233c7 [file] [log] [blame]
{
"name": "SwipeableTabBarController",
"version": "2.1.0",
"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": "2.1.0"
},
"source_files": [
"SwipeableTabBarController",
"SwipeableTabBarController/**/*.{h,m,swift}"
],
"swift_version": "4.2"
}