blob: bb7a73a4a48497e3a9817c28c9729e25a116773b [file] [log] [blame]
{
"name": "SLNavigationSubtitleView",
"version": "1.0.0",
"summary": "UINavigationItem title view with subtitle and nice animations.",
"description": " SLNavigationSubtitleView is a drop in replacement for the default\n navigation item title that is displayed in a UINavigationBar. If you\n only set a title, it looks just like the default. However, it supports\n an optional subtitle to be displayed unterneath the title.\n\n * Changes to title or subtitle can be animated (optional)\n * Supports Interface Builder customization\n * Looks good in Landscape & Portrait\n * Universal for iPhone and iPad\n",
"homepage": "https://github.com/sebastianludwig/SLNavigationSubtitleView",
"license": "MIT",
"authors": {
"Sebastian Ludwig": "sebastian@lurado.de"
},
"source": {
"git": "https://github.com/sebastianludwig/SLNavigationSubtitleView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SLNavigationSubtitleView": [
"Pod/Assets/*.png"
]
}
}