blob: 870c7ef414119a395fdf429f227a3ec5e8117042 [file] [log] [blame]
{
"name": "SLNavigationSubtitleView",
"version": "1.1.2.1",
"summary": "UINavigationItem title view with subtitle and nice animations.",
"description": "SLNavigationSubtitleView is a drop in replacement for the default\nnavigation item title that is displayed in a UINavigationBar. If you\nonly set a title, it looks just like the default. However, it supports\nan 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",
"homepage": "https://github.com/sebastianludwig/SLNavigationSubtitleView",
"license": "MIT",
"authors": {
"Sebastian Ludwig": "sebastian@lurado.de"
},
"source": {
"git": "https://github.com/sebastianludwig/SLNavigationSubtitleView.git",
"tag": "1.1.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"deprecated_in_favor_of": "LDONavigationSubtitleView",
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SLNavigationSubtitleView": [
"Pod/Assets/*.png"
]
}
}