We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513b857 commit 167a988Copy full SHA for 167a988
README.md
@@ -152,7 +152,7 @@ Wondered?❤️ Try it yourself!😃 Now!🚀
152
153
Add the following line to your Podfile:
154
```ruby
155
-pod 'UIKit-Plus', '~> 0.13.0'
+pod 'UIKit-Plus', '~> 0.14.0'
156
```
157
158
#### 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 = '0.13.0'
+ s.version = '0.14.0'
13
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
14
15
s.swift_version = '4.2'
0 commit comments