blob: 250c0f090c7be5d4514355afd29f2212243381d7 [file] [log] [blame]
{
"name": "SCStackViewController",
"version": "3.0.4",
"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.0.4"
},
"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"
]
}