[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / c / SCStackViewController / 3.0.4 / SCStackViewController.podspec.json
blob250c0f090c7be5d4514355afd29f2212243381d7
2   "name": "SCStackViewController",
3   "version": "3.0.4",
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   "social_media_url": "https://twitter.com/stefanceriu",
14   "source": {
15     "git": "https://github.com/stefanceriu/SCStackViewController.git",
16     "tag": "v3.0.4"
17   },
18   "license": {
19     "type": "MIT License",
20     "file": "LICENSE"
21   },
22   "source_files": [
23     "SCStackViewController/*",
24     "SCStackViewController/Layouters/*",
25     "SCStackViewController/Layouters/Reversed/*"
26   ],
27   "requires_arc": true,
28   "frameworks": [
29     "UIKit",
30     "QuartzCore",
31     "CoreGraphics",
32     "Foundation"
33   ],
34   "screenshots": [
35     "https://dl.dropboxusercontent.com/u/12748201/Recordings/v3.0.0/Resizing.gif"
36   ]