Skip to content

Commit

Permalink
Update CryptoSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
rinov committed Mar 18, 2018
1 parent ee21fbd commit 2c83bf6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PODS:
- PubNub/Core (4.7.6)
- Quick (1.2.0)
- SwiftFlyer (0.1.3):
- CryptoSwift (~> 0.8.0)
- CryptoSwift (~> 0.8)
- PubNub (~> 4.7)

DEPENDENCIES:
Expand All @@ -23,7 +23,7 @@ SPEC CHECKSUMS:
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
PubNub: f788c31977e6ef52c88a7080d7d6d30f896c43b2
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
SwiftFlyer: 5b23b0f60967af8923d39593d552364595f62736
SwiftFlyer: b024f32f4a16ee47dc133451d9b8098fdf6ad022

PODFILE CHECKSUM: 0e2e09933c4a5d391753b4d68ab707c15f8357d7

Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/SwiftFlyer.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion SwiftFlyer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ An API wrapper for bitFlyer that supports all providing API.
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.source_files = 'SwiftFlyer/**/*'
s.dependency 'CryptoSwift', '~> 0.8.0'
s.dependency 'CryptoSwift', '~> 0.8'
s.dependency 'PubNub', '~> 4.7'
end

0 comments on commit 2c83bf6

Please sign in to comment.