forked from Keyneez/Keyneez-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
108 additions
and
4 deletions.
There are no files selected for viewing
104 changes: 104 additions & 0 deletions
104
Keyneez/Keyneez.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "alamofire", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Alamofire/Alamofire.git", | ||
"state" : { | ||
"revision" : "78424be314842833c04bc3bef5b72e85fff99204", | ||
"version" : "5.6.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "bottomsheet", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/joomcode/BottomSheet.git", | ||
"state" : { | ||
"revision" : "2397f22fa1828169dbb233a9ad9d83ed72b6a236", | ||
"version" : "2.0.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "floatingpanel", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/scenee/FloatingPanel.git", | ||
"state" : { | ||
"revision" : "4ab7d260301ddf1cab5376ea14e285a128f5ba39", | ||
"version" : "2.5.5" | ||
} | ||
}, | ||
{ | ||
"identity" : "floaty", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/kciter/Floaty.git", | ||
"state" : { | ||
"branch" : "master", | ||
"revision" : "d0e637db60828d49e403ff0b7dc11b1458e67095" | ||
} | ||
}, | ||
{ | ||
"identity" : "kingfisher", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/onevcat/Kingfisher.git", | ||
"state" : { | ||
"revision" : "90135885ef506506620c4911cefb55a95ca2a9a2", | ||
"version" : "7.5.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "moya", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/Moya/Moya.git", | ||
"state" : { | ||
"revision" : "c263811c1f3dbf002be9bd83107f7cdc38992b26", | ||
"version" : "15.0.3" | ||
} | ||
}, | ||
{ | ||
"identity" : "reactiveswift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ReactiveCocoa/ReactiveSwift.git", | ||
"state" : { | ||
"revision" : "c43bae3dac73fdd3cb906bd5a1914686ca71ed3c", | ||
"version" : "6.7.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "rxswift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/ReactiveX/RxSwift.git", | ||
"state" : { | ||
"revision" : "b4307ba0b6425c0ba4178e138799946c3da594f8", | ||
"version" : "6.5.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "snapkit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/SnapKit/SnapKit", | ||
"state" : { | ||
"revision" : "f222cbdf325885926566172f6f5f06af95473158", | ||
"version" : "5.6.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "then", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/devxoul/Then", | ||
"state" : { | ||
"revision" : "e421a7b3440a271834337694e6050133a3958bc7", | ||
"version" : "2.7.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "toast-swift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/scalessec/Toast-Swift.git", | ||
"state" : { | ||
"revision" : "0c9493eeacb102cc614da385cfaaf475379f4ab4", | ||
"version" : "5.0.1" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
import UIKit | ||
import SnapKit | ||
import Toast | ||
//import Toast | ||
import Then | ||
|
||
private struct Constant { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
import UIKit | ||
import SnapKit | ||
import Toast | ||
//import Toast | ||
import Then | ||
|
||
private struct Constant { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters