Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pisces committed Jul 30, 2020
2 parents a7ede6c + e6a815c commit 7b90307
Show file tree
Hide file tree
Showing 13 changed files with 669 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ $ brew install carthage
To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "pisces/UINavigationBarDecorator" ~> 1.0.0
github "pisces/UINavigationBarDecorator" ~> 1.0.1
```

Run `carthage update` to build the framework and drag the built `UINavigationBarDecorator.framework` into your Xcode project.
Expand Down
2 changes: 1 addition & 1 deletion UINavigationBarDecorator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'UINavigationBarDecorator'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Compatible UINavigationBarAppearance'
s.description = 'Compatible UINavigationBarAppearance for all iOS versions'
s.homepage = 'https://github.com/pisces/UINavigationBarDecorator'
Expand Down
Loading

0 comments on commit 7b90307

Please sign in to comment.