File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = 'NativeUIKit'
4- s . version = '1.2.9 '
4+ s . version = '1.3.1 '
55 s . summary = 'Mimicrated views and controls to native Apple appearance.'
66 s . homepage = 'https://github.com/ivanvorobei/NativeUIKit'
77 s . source = { :git => 'https://github.com/ivanvorobei/NativeUIKit.git' , :tag => s . version }
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ let package = Package(
1515 dependencies: [
1616 . package (
1717 name: " SparrowKit " ,
18- url: " https://github.com/ivanvorobei/SparrowKit " , . exact ( " 3.5.1 " )
18+ url: " https://github.com/ivanvorobei/SparrowKit " , . upToNextMajor ( from : " 3.5.2 " )
1919 ) ,
2020 . package (
2121 name: " SPPerspective " ,
22- url: " https://github.com/ivanvorobei/SPPerspective " , . exact ( " 1.4.1 " )
22+ url: " https://github.com/ivanvorobei/SPPerspective " , . upToNextMajor ( from : " 1.4.1 " )
2323 ) ,
2424 . package (
2525 name: " SPDiffable " ,
26- url: " https://github.com/ivanvorobei/SPDiffable " , . exact ( " 4.0.1 " )
26+ url: " https://github.com/ivanvorobei/SPDiffable " , . upToNextMajor ( from : " 4.0.1 " )
2727 )
2828 ] ,
2929 targets: [
You can’t perform that action at this time.
0 commit comments