blob: bdc3e92f2172bfd7115db2d7ab56fa1f90cae778 [file] [log] [blame]
{
"name": "MSSTabbedPageViewController",
"version": "0.3.1",
"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/Resource/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.3.1"
},
"requires_arc": true,
"source_files": [
"MSSTabbedPageViewController/Classes",
"Source/**/*.{h,m}"
],
"resources": [
"Source/**/*.{xib}"
],
"frameworks": "UIKit",
"deprecated": true
}