[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 2 / 5 / 3 / StylableNavigationBar / 1.0.0 / StylableNavigationBar.podspec.json
blobe8fe64528220409a2dccb5b8298880fa4d3e96d6
2   "name": "StylableNavigationBar",
3   "version": "1.0.0",
4   "swift_versions": "5.0",
5   "summary": "StylableNavigationBar allows you to easaly manage your navigation and status bar appearance",
6   "description": "StylableNavigationController is a UINavigationController subclass and with an ability to apply smooth color transitions between child view controllers. You can easaly create your own navigation bar styles and the StylableNavigationBar will handle status bar appearance and all the transitions for you. The only thing you have to do is to replace a standard UINavigationController with the StylableNavigationController and provide a style info for child controllers",
7   "homepage": "https://github.com/pchernovolenko/StylableNavigationBar",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Pavlo Chernovolenko": "paul.chernovolenko@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/pchernovolenko/StylableNavigationBar.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "StylableNavigationBar/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.0"