2 "name": "SCStackViewController",
7 "summary": "SCStackViewController is a container controller which allows you to stack other view controllers and build custom transitions between them.",
8 "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",
9 "homepage": "https://github.com/stefanceriu/SCStackViewController",
11 "Stefan Ceriu": "stefan.ceriu@yahoo.com"
14 "git": "https://github.com/stefanceriu/SCStackViewController.git",
18 "type": "MIT License",
22 "SCStackViewController/*",
23 "SCStackViewController/Layouters/*",
24 "SCStackViewController/Layouters/Reversed/*"
34 "https://dl.dropboxusercontent.com/u/12748201/Recordings/Plain.gif",
35 "https://dl.dropboxusercontent.com/u/12748201/Recordings/Reversed.gif",
36 "https://dl.dropboxusercontent.com/u/12748201/Recordings/Sliding.gif",
37 "https://dl.dropboxusercontent.com/u/12748201/Recordings/Parallax.gif",
38 "https://dl.dropboxusercontent.com/u/12748201/Recordings/GoogleMaps.gif",
39 "https://dl.dropboxusercontent.com/u/12748201/Recordings/MerryGoRound.gif"