blob: 7f33dc06c88ffe4cb18ab84444c03e87ca1315c0 [file] [log] [blame]
{
"name": "SCStackViewController",
"version": "3.3.0",
"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 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.\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.3.0"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": [
"SCStackViewController/*",
"SCStackViewController/Layouters/*"
],
"requires_arc": true,
"dependencies": {
"SCScrollView": [
"~> 1.1"
]
}
}