We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430b00a commit 77c5592Copy full SHA for 77c5592
README.md
@@ -121,7 +121,7 @@ Check it out with `Example` project 🎮 it works through Swift Package Manager
121
122
Add the following line to your Podfile:
123
```ruby
124
-pod 'UIKit-Plus', '~> 1.4.1'
+pod 'UIKit-Plus', '~> 1.5.0'
125
```
126
127
#### With [Swift Package Manager](https://swift.org/package-manager/)
UIKit-Plus.podspec
@@ -9,7 +9,7 @@
9
Pod::Spec.new do |s|
10
s.name = 'UIKit-Plus'
11
s.module_name = 'UIKitPlus'
12
- s.version = '1.4.1'
+ s.version = '1.5.0'
13
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
14
15
s.swift_version = '5.1'
0 commit comments