blob: c9d69cd5481bf7c55b03f99f929c30a9d7bafd0c [file] [log] [blame]
{
"name": "TabBarPageController",
"version": "0.1.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A container view controller that manages navigation between pages of content using a tab bar.",
"homepage": "https://github.com/conmulligan/TabBarPageController",
"authors": {
"conmulligan": "conmulligan@gmail.com"
},
"source": {
"git": "https://github.com/conmulligan/TabBarPageController.git",
"tag": "0.1.2"
},
"screenshots": [
"https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/1.png",
"https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/2.png",
"https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/3.png"
],
"social_media_url": "https://twitter.com/conmulligan",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "TabBarPageController/Classes/**/*",
"frameworks": "UIKit",
"description": "A container view controller that manages navigation between pages of content. Each page is represented by a child view controller embedded in a UIPageViewController instance, allowing users to navigate between pages by either selecting tab bar items or swiping left and right."
}