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 11Pod ::Spec . new do |s |
22
33 s . name = 'NativeUIKit'
4- s . version = '1.3.9 '
4+ s . version = '1.4.0 '
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 }
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313 s . tvos . deployment_target = '12.0'
1414
1515 s . source_files = 'Sources/NativeUIKit/**/*.swift'
16- s . dependency 'SparrowKit' , '~> 3.5.6 '
16+ s . dependency 'SparrowKit' , '~> 3.5.7 '
1717 s . dependency 'SPPerspective' , '~> 1.4.1'
1818 s . dependency 'SPDiffable' , '~> 4.0.5'
1919
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ let package = Package(
1515 )
1616 ] ,
1717 dependencies: [
18- . package ( url: " https://github.com/ivanvorobei/SparrowKit " , . upToNextMajor( from: " 3.5.6 " ) ) ,
18+ . package ( url: " https://github.com/ivanvorobei/SparrowKit " , . upToNextMajor( from: " 3.5.7 " ) ) ,
1919 . package ( url: " https://github.com/ivanvorobei/SPPerspective " , . upToNextMajor( from: " 1.4.1 " ) ) ,
2020 . package ( url: " https://github.com/ivanvorobei/SPDiffable " , . upToNextMajor( from: " 4.0.6 " ) )
2121 ] ,
You can’t perform that action at this time.
0 commit comments