blob: f12d9febc9cd492d1cfb23b767732bf083832929 [file] [log] [blame]
{
"name": "SCStackViewController",
"version": "3.1.2",
"platforms": {
"ios": "5.0"
},
"summary": "SCStackViewController is a container controller which allows you to stack other view controllers and build custom transitions between them.",
"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",
"homepage": "https://github.com/stefanceriu/SCStackViewController",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/stefanceriu/SCStackViewController.git",
"tag": "v3.1.2"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": [
"SCStackViewController/*",
"SCStackViewController/Layouters/*",
"SCStackViewController/Layouters/Reversed/*"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"screenshots": [
"https://dl.dropboxusercontent.com/u/12748201/Recordings/v3.0.0/Resizing.gif"
],
"dependencies": {
"SCScrollView": [
"~> 1.1"
]
}
}