blob: 96d2f7414313b5cada1afdccf54255e180cad6e6 [file] [log] [blame]
{
"name": "SCStackViewController",
"version": "1.0.0",
"platforms": {
"ios": "6.0"
},
"summary": "SCStackViewController is a container controller which allows you to stack other view controllers and build custom transitions between them.",
"description": " SCStackViewController is a container view controller which allows you to stack other view controllers on the top/left/bottom/right of the root and build custom transitions between them while providing correct physics and appearance calls.\n\n SCStackViewController is a little bit from the all the other stack implementations available. It was build with the following points in mind:\n\n * Simple to understand and modify\n * Left/right and top/bottom stacking\n * Correct physics\n * Correct appearance calls\n * Customizable transitions\n * Pagination\n * Customizable interaction area\n * Completion blocks for everything'\n",
"homepage": "https://github.com/stefanceriu/SCStackViewController",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"source": {
"git": "https://github.com/stefanceriu/SCStackViewController.git",
"tag": "v1.0.0"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": [
"SCStackViewController/*",
"SCStackViewController/Layouters/*",
"SCStackViewController/Layouters/Reversed/*"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"screenshots": [
"https://dl.dropboxusercontent.com/u/12748201/Recordings/Plain.gif",
"https://dl.dropboxusercontent.com/u/12748201/Recordings/Reversed.gif",
"https://dl.dropboxusercontent.com/u/12748201/Recordings/Sliding.gif",
"https://dl.dropboxusercontent.com/u/12748201/Recordings/Parallax.gif",
"https://dl.dropboxusercontent.com/u/12748201/Recordings/GoogleMaps.gif",
"https://dl.dropboxusercontent.com/u/12748201/Recordings/MerryGoRound.gif"
]
}