@@ -29,27 +29,27 @@ let dependencies = Dependencies(
2929 requirement: . branch( " master " )
3030 ) ,
3131 . remote(
32- url: " https://github.com/airbnb/lottie-ios " ,
32+ url: " https://github.com/airbnb/lottie-ios.git " ,
3333 requirement: . upToNextMajor( from: " 4.3.3 " )
3434 ) ,
3535 . remote(
36- url: " https://github.com/onevcat/Kingfisher " ,
36+ url: " https://github.com/onevcat/Kingfisher.git " ,
3737 requirement: . upToNextMajor( from: " 7.0.0 " )
3838 ) ,
3939 . remote(
40- url: " https://github.com/evgenyneu/keychain-swift " ,
40+ url: " https://github.com/evgenyneu/keychain-swift.git " ,
4141 requirement: . upToNextMajor( from: " 20.0.0 " )
4242 ) ,
4343 . remote(
44- url: " https://github.com/ReactorKit/ReactorKit " ,
44+ url: " https://github.com/ReactorKit/ReactorKit.git " ,
4545 requirement: . upToNextMajor( from: " 3.2.0 " )
4646 ) ,
4747 . remote(
48- url: " https://github.com/RxSwiftCommunity/RxGesture " ,
48+ url: " https://github.com/RxSwiftCommunity/RxGesture.git " ,
4949 requirement: . upToNextMajor( from: " 4.0.0 " )
5050 ) ,
5151 . remote(
52- url: " https://github.com/firebase/firebase-ios-sdk " ,
52+ url: " https://github.com/firebase/firebase-ios-sdk.git " ,
5353 requirement: . upToNextMajor( from: " 10.3.0 " )
5454 )
5555
0 commit comments