blob: ac7b7ef17961845b2f73522ba0570c355d6cb627 [file] [log] [blame]
{
"name": "JFATabBarController",
"version": "1.0.0",
"summary": "JFATabBarController is a replacement for UITabBarController that allows the user to scroll to an arbitrary number of tab-bar items.",
"homepage": "https://github.com/vermont42/JFATabBarController",
"license": "MIT",
"authors": "Josh Adams",
"source": {
"git": "https://github.com/vermont42/JFATabBarController.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/vermont42",
"source_files": [
"JFATabBarController/JFATabBarController.h",
"JFATabBarController/JFATabBarController.m",
"JFATabBarController/JFAArrowView.h",
"JFATabBarController/JFAArrowView.m"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}