blob: cfe36299afb7315d0e09c44768316c003336b14e [file] [log] [blame]
{
"name": "UINavigationControllerGameFade",
"version": "1.0",
"summary": "Fade transitions for UINavigationController",
"description": "Fade transitions for UINavigationController such as push, pop, reset root view controller and replace one or multiple view controllers\n",
"homepage": "https://github.com/AlbertMontserrat/UINavigationController-gamefade",
"license": "MIT",
"authors": {
"Albert Montserrat": "albert.montserrat.gambus@gmail.com"
},
"source": {
"git": "https://github.com/AlbertMontserrat/UINavigationController-gamefade.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UINavigationControllerGameFade": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
]
}