blob: cf7bf7192a9b1be33fcb7b5518c8aa326e9f6a03 [file] [log] [blame]
{
"name": "MSSTabbedPageViewController",
"version": "0.2.6",
"summary": "A custom container UIViewController which provides a simple to implement page view controller with scrolling tab bar",
"description": "MSSTabbedPageViewController is a UIViewController that provides a simple to implement page view controller with scrolling tab bar. Also includes a UIPageViewController wrapper that provides improved data source and delegation methods.",
"homepage": "https://github.com/MerrickSapsford/MSSTabbedPageViewController",
"screenshots": "https://raw.githubusercontent.com/MerrickSapsford/MSSTabbedPageViewController/develop/MSSTabbedPageViewController.gif",
"license": "MIT",
"authors": {
"Merrick Sapsford": "merrick@sapsford.tech"
},
"social_media_url": "http://twitter.com/MerrickSapsford",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MerrickSapsford/MSSTabbedPageViewController.git",
"tag": "0.2.6"
},
"requires_arc": true,
"source_files": [
"MSSTabbedPageViewController/Classes",
"MSSTabbedPageViewController/**/*.{h,m}"
],
"resources": [
"MSSTabbedPageViewController/**/*.{xib}"
],
"frameworks": "UIKit"
}