blob: 64dce18fc0d043a3acb77588f0856b15b152c01e [file] [log] [blame]
{
"name": "SCPageViewController",
"version": "2.0.2",
"platforms": {
"ios": "5.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. \n It 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\n and more..\n",
"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/stefanceriu/SCPageViewController.git",
"tag": "v2.0.2"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": [
"SCPageViewController/*",
"SCPageViewController/Layouters/*"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"SCScrollView": [
"~> 1.1"
]
}
}