[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 8 / SLNavigationSubtitleView / 1.0.0 / SLNavigationSubtitleView.podspec.json
blobbb7a73a4a48497e3a9817c28c9729e25a116773b
2   "name": "SLNavigationSubtitleView",
3   "version": "1.0.0",
4   "summary": "UINavigationItem title view with subtitle and nice animations.",
5   "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",
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.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SLNavigationSubtitleView": [
22       "Pod/Assets/*.png"
23     ]
24   }