[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 4 / c / SCStackViewController / 1.0.0 / SCStackViewController.podspec.json
blob96d2f7414313b5cada1afdccf54255e180cad6e6
2   "name": "SCStackViewController",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "6.0"
6   },
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",
10   "authors": {
11     "Stefan Ceriu": "stefan.ceriu@yahoo.com"
12   },
13   "source": {
14     "git": "https://github.com/stefanceriu/SCStackViewController.git",
15     "tag": "v1.0.0"
16   },
17   "license": {
18     "type": "MIT License",
19     "file": "LICENSE"
20   },
21   "source_files": [
22     "SCStackViewController/*",
23     "SCStackViewController/Layouters/*",
24     "SCStackViewController/Layouters/Reversed/*"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "QuartzCore",
30     "CoreGraphics",
31     "Foundation"
32   ],
33   "screenshots": [
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"
40   ]