File tree 3 files changed +24
-15
lines changed
3 files changed +24
-15
lines changed Original file line number Diff line number Diff line change
1
+ # OS X
2
+ .DS_Store
3
+
1
4
# Xcode
2
- #
3
- # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4
5
5
6
# # Build generated
6
7
build /
8
+ .build
9
+ .swiftpm
7
10
DerivedData
8
- .DS_Store
9
11
10
12
# # Various settings
11
13
* .pbxuser
@@ -29,16 +31,7 @@ xcuserdata
29
31
* .ipa
30
32
31
33
# CocoaPods
32
- #
33
- # We recommend against adding the Pods directory to your .gitignore. However
34
- # you should judge for yourself, the pros and cons are mentioned at:
35
- # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
36
- #
37
- # Pods/
34
+ Pods
38
35
39
36
# Carthage
40
- #
41
- # Add this line if you want to avoid checking in source code from Carthage dependencies.
42
- # Carthage/Checkouts
43
-
44
- Carthage /Build
37
+ Carthage
Original file line number Diff line number Diff line change
1
+ {
2
+ "object" : {
3
+ "pins" : [
4
+ {
5
+ "package" : " RxSwift" ,
6
+ "repositoryURL" : " https://github.com/ReactiveX/RxSwift.git" ,
7
+ "state" : {
8
+ "branch" : null ,
9
+ "revision" : " 002d325b0bdee94e7882e1114af5ff4fe1e96afa" ,
10
+ "version" : " 5.1.1"
11
+ }
12
+ }
13
+ ]
14
+ },
15
+ "version" : 1
16
+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
13
13
targets: [ " RxExtensions " ] )
14
14
] ,
15
15
dependencies: [
16
- . package ( url: " https://github.com/ReactiveX/RxSwift.git " , from: " 5.0.0 " )
16
+ . package ( url: " https://github.com/ReactiveX/RxSwift.git " , from: " 5.1.1 " )
17
17
] ,
18
18
targets: [
19
19
. target(
You can’t perform that action at this time.
0 commit comments