blob: c36f1886b1ade3ed21e1474a3cbae59d887c4ae4 [file] [log] [blame]
{
"name": "SCPageViewControllerEx",
"version": "3.0.0",
"platforms": {
"ios": "6.0"
},
"summary": "SCPageViewController is a container view controller similar to UIPageViewController which provies more control and is much more customizable",
"description": "SCPageViewController is a container view controller similar to UIPageViewController but which provies more control, is much more customizable and, arguably, has a better overall design. \nIt supports the following features:\n\n- Customizable transitions and animations (through layouters and custom easing functions)\n- Incremental updates with user defined animations\n- Bouncing and realistic physics\n- Correct appearance calls, even while interactions are in progres\n- Custom layouts and animated layout changes\n- Vertical and horizontal layouts\n- Pagination\n- Content insets\n- Completion blocks\n- Customizable interaction area and number of touches required\n\nand more..",
"homepage": "https://github.com/stefanceriu/SCPageViewController",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/jprothwell/SCPageViewController.git",
"tag": "3.0.0"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": [
"SCPageViewController/*",
"SCPageViewController/Layouters/*"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"SCScrollViewEx": [
"~> 3.0"
]
}
}