blob: 902ae40c1abcbdfbd1f8a29d43756e2e1da56861 [file] [log] [blame]
{
"name": "SCNavigationController",
"version": "1.0.1",
"platforms": {
"ios": "5.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.\n It 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.\n",
"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.0.1"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "SCNavigationController/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation"
],
"dependencies": {
"SCStackViewController": [
"~> 3.1"
]
}
}