4
4
import PackageDescription
5
5
6
6
let rxDependencies : [ Package . Dependency ] = [
7
- . package ( url: " https://github.com/rxswiftcommunity/rxflow " , from: " 2.9 .0 " ) ,
7
+ . package ( url: " https://github.com/rxswiftcommunity/rxflow " , from: " 2.11 .0 " ) ,
8
8
. package ( url: " https://github.com/sunshinejr/Moya-ModelMapper " , from: " 10.0.0 " ) ,
9
9
. package ( url: " https://github.com/RxSwiftCommunity/RxRealm " , from: " 3.1.0 " ) ,
10
10
. package ( url: " https://github.com/RxSwiftCommunity/RxGesture " , from: " 3.0.3 " )
@@ -14,20 +14,20 @@ let package = Package(
14
14
name: " Toolkit " ,
15
15
platforms: [
16
16
. iOS( . v12) ,
17
- . tvOS( . v10 ) ,
18
- . watchOS( . v3 )
17
+ . tvOS( . v12 ) ,
18
+ . watchOS( . v5 )
19
19
] ,
20
20
products: [
21
21
. library( name: " Toolkit " , targets: [ " Toolkit " ] ) ,
22
22
. library( name: " ToolkitRxSwift " , type: . dynamic, targets: [ " ToolkitRxSwift " ] )
23
23
] ,
24
24
dependencies: [
25
25
. package ( url: " https://github.com/SnapKit/SnapKit " , from: " 5.0.1 " ) ,
26
- . package ( url: " https://github.com/airbnb/lottie-ios " , from: " 3.1.8 " ) ,
27
- . package ( url: " https://github.com/devicekit/DeviceKit " , from: " 3 .2.0 " ) ,
26
+ . package ( url: " https://github.com/airbnb/lottie-ios " , from: " 3.1.9 " ) ,
27
+ . package ( url: " https://github.com/devicekit/DeviceKit " , from: " 4 .2.1 " ) ,
28
28
. package ( url: " https://github.com/evgenyneu/keychain-swift " , from: " 19.0.0 " ) ,
29
29
. package ( url: " https://github.com/bizz84/SwiftyStoreKit " , from: " 0.16.1 " ) ,
30
- . package ( url: " https://github.com/marmelroy/Localize-Swift " , from: " 3.1 .0 " ) ,
30
+ . package ( url: " https://github.com/marmelroy/Localize-Swift " , from: " 3.2 .0 " ) ,
31
31
. package ( url: " https://github.com/AliSoftware/Reusable " , from: " 4.1.1 " )
32
32
] + rxDependencies,
33
33
targets: [
0 commit comments