File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Wondered?❤️ Try it yourself!😃 Now!🚀
152152
153153Add the following line to your Podfile:
154154``` ruby
155- pod ' UIKit-Plus' , ' ~> 0.10 .0'
155+ pod ' UIKit-Plus' , ' ~> 0.11 .0'
156156```
157157
158158#### With [ Swift Package Manager] ( https://swift.org/package-manager/ )
Original file line number Diff line number Diff line change 99Pod ::Spec . new do |s |
1010 s . name = 'UIKit-Plus'
1111 s . module_name = 'UIKitPlus'
12- s . version = '0.10 .0'
12+ s . version = '0.11 .0'
1313 s . summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
1414
1515 s . swift_version = '4.2'
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727 s . license = { :type => 'MIT' , :file => 'LICENSE' }
2828 s . author = { 'MihaelIsaev' => 'isaev.mihael@gmail.com' }
2929 s . source = { :git => 'https://github.com/MihaelIsaev/UIKitPlus.git' , :tag => s . version . to_s }
30- # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME> '
30+ s . social_media_url = 'https://twitter.com/MihaelIsaev '
3131
3232 s . ios . deployment_target = '9.0'
3333
You can’t perform that action at this time.
0 commit comments