We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e3c18 commit e7fa9a2Copy full SHA for e7fa9a2
README.md
@@ -41,7 +41,7 @@ Good mood
41
42
Add the following line to your Podfile:
43
```ruby
44
-pod 'UIKit-Plus', '~> 2.1.1'
+pod 'UIKit-Plus', '~> 2.1.2'
45
```
46
47
#### 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 = '2.1.1'
+ s.version = '2.1.2'
13
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
14
15
s.swift_version = '5.5'
0 commit comments