[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / c / SCStackViewController / 3.3.5 / SCStackViewController.podspec.json
blob3498e5a212b79617825469d2812a3eedebbbd25f
2   "name": "SCStackViewController",
3   "version": "3.3.5",
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 generic container view controller which allows you to stack child view controllers on the top/left/bottom/right of the root and build custom transitions between them while providing correct physics and appearance calls, custom layouts, easing functions, custom navigation steps and more.",
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.3.5"
17   },
18   "license": {
19     "type": "MIT License",
20     "file": "LICENSE"
21   },
22   "source_files": [
23     "SCStackViewController/*",
24     "SCStackViewController/Layouters/*"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "SCScrollView": [
29       "~> 1.1"
30     ]
31   }