File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- github "uias/Pageboy" ~> 4.0.0
1+ github "uias/Pageboy" ~> 4.0.2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
1313 targets: [ " Tabman " ] )
1414 ] ,
1515 dependencies: [
16- . package ( url: " https://github.com/uias/Pageboy " , from: " 4.0.0 " )
16+ . package ( url: " https://github.com/uias/Pageboy " , from: " 4.0.2 " )
1717 ] ,
1818 targets: [
1919 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222 s . source = { :git => "https://github.com/uias/Tabman.git" , :tag => s . version . to_s }
2323 s . source_files = "Sources/Tabman/**/*.{h,m,swift}"
2424
25- s . dependency 'Pageboy' , '~> 4.0.0 '
25+ s . dependency 'Pageboy' , '~> 4.0.2 '
2626
2727end
You can’t perform that action at this time.
0 commit comments