[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 2 / 8 / SLNavigationSubtitleView / 1.1.2.1 / SLNavigationSubtitleView.podspec.json
blob870c7ef414119a395fdf429f227a3ec5e8117042
2   "name": "SLNavigationSubtitleView",
3   "version": "1.1.2.1",
4   "summary": "UINavigationItem title view with subtitle and nice animations.",
5   "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",
6   "homepage": "https://github.com/sebastianludwig/SLNavigationSubtitleView",
7   "license": "MIT",
8   "authors": {
9     "Sebastian Ludwig": "sebastian@lurado.de"
10   },
11   "source": {
12     "git": "https://github.com/sebastianludwig/SLNavigationSubtitleView.git",
13     "tag": "1.1.2.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "deprecated_in_favor_of": "LDONavigationSubtitleView",
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SLNavigationSubtitleView": [
23       "Pod/Assets/*.png"
24     ]
25   }