blob: 808e12f5d6d23f061752b418066d659ea5f298bc [file] [log] [blame]
{
"name": "SwipeableTabBarController",
"version": "3.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": "3.1.0"
},
"source_files": [
"SwipeableTabBarController",
"SwipeableTabBarController/**/*.{h,m,swift}"
],
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}