Skip to content

Commit 2c83bf6

Browse files
committed
Update CryptoSwift
1 parent ee21fbd commit 2c83bf6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PODS:
66
- PubNub/Core (4.7.6)
77
- Quick (1.2.0)
88
- SwiftFlyer (0.1.3):
9-
- CryptoSwift (~> 0.8.0)
9+
- CryptoSwift (~> 0.8)
1010
- PubNub (~> 4.7)
1111

1212
DEPENDENCIES:
@@ -23,7 +23,7 @@ SPEC CHECKSUMS:
2323
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
2424
PubNub: f788c31977e6ef52c88a7080d7d6d30f896c43b2
2525
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
26-
SwiftFlyer: 5b23b0f60967af8923d39593d552364595f62736
26+
SwiftFlyer: b024f32f4a16ee47dc133451d9b8098fdf6ad022
2727

2828
PODFILE CHECKSUM: 0e2e09933c4a5d391753b4d68ab707c15f8357d7
2929

Example/Pods/Local Podspecs/SwiftFlyer.podspec.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SwiftFlyer.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ An API wrapper for bitFlyer that supports all providing API.
1414
s.ios.deployment_target = '9.0'
1515
s.osx.deployment_target = '10.11'
1616
s.source_files = 'SwiftFlyer/**/*'
17-
s.dependency 'CryptoSwift', '~> 0.8.0'
17+
s.dependency 'CryptoSwift', '~> 0.8'
1818
s.dependency 'PubNub', '~> 4.7'
1919
end

0 commit comments

Comments
 (0)