[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 4 / c / SCStackViewController / 3.0.0 / SCStackViewController.podspec.json
blob01601c0213e70d6a56bf7d805056f7073ecfa67b
2   "name": "SCStackViewController",
3   "version": "3.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.\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": "v3.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/v3.0.0/Resizing.gif"
35   ]