blob: 086a6533644bf77ff9398246304903c6785cb6af [file] [log] [blame]
{
"name": "SCNavigationController",
"version": "1.1.3",
"platforms": {
"ios": "6.0"
},
"summary": "SCNavigationController is an UINavigationController like container view controller built to provide and expose more features and control",
"description": "SCNavigationController is an UINavigationController like container view controller and was built to provide and expose more features and control.\nIt is especially helpful in customizing the push/pop animations through layouters and custom timing functions, and to know when those animations are finished through completion blocks.",
"homepage": "https://github.com/stefanceriu/SCNavigationController",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/stefanceriu/SCNavigationController.git",
"tag": "v1.1.3"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "SCNavigationController/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"SCStackViewController": [
"~> 3.3.3"
]
}
}