Skip to content

Commit

Permalink
Updat dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJKM committed Jun 25, 2021
1 parent 66a476d commit 943e544
Show file tree
Hide file tree
Showing 19 changed files with 604 additions and 404 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ platform :ios, '13.0'
use_frameworks!

target "JKDesFireReader" do
pod "PromiseKit", "~> 6.13"
pod "PromiseKit", "~> 6.15"
end
22 changes: 11 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PODS:
- PromiseKit (6.13.1):
- PromiseKit/CorePromise (= 6.13.1)
- PromiseKit/Foundation (= 6.13.1)
- PromiseKit/UIKit (= 6.13.1)
- PromiseKit/CorePromise (6.13.1)
- PromiseKit/Foundation (6.13.1):
- PromiseKit (6.15.3):
- PromiseKit/CorePromise (= 6.15.3)
- PromiseKit/Foundation (= 6.15.3)
- PromiseKit/UIKit (= 6.15.3)
- PromiseKit/CorePromise (6.15.3)
- PromiseKit/Foundation (6.15.3):
- PromiseKit/CorePromise
- PromiseKit/UIKit (6.13.1):
- PromiseKit/UIKit (6.15.3):
- PromiseKit/CorePromise

DEPENDENCIES:
- PromiseKit (~> 6.13)
- PromiseKit (~> 6.15)

SPEC REPOS:
trunk:
- PromiseKit

SPEC CHECKSUMS:
PromiseKit: 28fda91c973cc377875d8c0ea4f973013c05b6db
PromiseKit: 3b2b6995e51a954c46dbc550ce3da44fbfb563c5

PODFILE CHECKSUM: ec1cc1ab14bd358309c734acfffbf1c8846cb192
PODFILE CHECKSUM: bcc54296abc5f5841a59e5d1b172252e40d760d7

COCOAPODS: 1.8.4
COCOAPODS: 1.10.1
22 changes: 11 additions & 11 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

686 changes: 344 additions & 342 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

46 changes: 24 additions & 22 deletions Pods/PromiseKit/Sources/AnyPromise.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/PromiseKit/Sources/AnyPromise.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions Pods/PromiseKit/Sources/Error.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/PromiseKit/Sources/PromiseKit.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Pods/PromiseKit/Sources/Resolver.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/PromiseKit/Sources/Thenable.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/PromiseKit/Sources/firstly.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/PromiseKit/Sources/hang.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions Pods/PromiseKit/Sources/race.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 943e544

Please sign in to comment.