blob: 3b93a970fc19c10ecddb559a9075afabb179ca4a [file] [log] [blame]
{
"name": "UINavigationController+SLTransitioning",
"version": "1.0.0",
"summary": "A category of UINavigationController containing multiple transitioning styles.",
"homepage": "https://github.com/Soul-Beats/UINavigationController-SLTransitioning",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Soul-Beats": "lilingfengzero@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Soul-Beats/UINavigationController-SLTransitioning.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "AnimatedTransitionings",
"source_files": "Source/AnimatedTransitionings/**/*.{h,m}"
}
]
}