[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 4 / c / SCStackViewController / 2.0.0 / SCStackViewController.podspec.json
blob7d0a0ae68c28443a18237bc565d9cbcbe35809de
2   "name": "SCStackViewController",
3   "version": "2.0.0",
4   "platforms": {
5     "ios": "5.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. 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": "v2.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   ]