blob: 0e18054e8b00f53d2fc9dbc8aae0db74e748ed11 [file] [log] [blame]
{
"name": "BKSlidingViewController",
"version": "1.0.0",
"summary": "A side-scrolling view controller container class with a minimal, UITabBarController-like API.",
"description": " UIPageViewController seems somewhat rigidly designed for paginated content, and is very efficient at lazily instantiating many view controllers with a particular pattern (before/after) and specific spatial metaphors. While it can do many things well, customization is ultimately limited by permissible alterations of the UIPageViewController class.\n\n BKSlidingViewController is an open-source substitute for applications desiring view controllers laid out horizontally, presented with a UITabBarController-like API.\n",
"homepage": "https://github.com/Basket/BKSlidingViewController",
"license": "MIT",
"authors": {
"Andrew Toulouse": "andrew@atoulou.se"
},
"source": {
"git": "https://github.com/Basket/BKSlidingViewController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"BKDeltaCalculator": [
"~> 1.0"
]
},
"source_files": "BKSlidingViewController/*.{h,m}",
"frameworks": "UIKit"
}