Skip to content

Commit

Permalink
Updated Podfile to match CryptoLib version in Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Jun 15, 2020
1 parent b49745d commit f63727f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
3 changes: 1 addition & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ inhibit_all_warnings!
use_frameworks! :linkage => :static

target 'CloudAccess' do
#pod 'CryptomatorCryptoLib', '~> 0.3.0'
pod 'CryptomatorCryptoLib', :git => 'https://github.com/cryptomator/cryptolib-swift.git', :branch => 'develop'
pod 'CryptomatorCryptoLib', '~> 0.4.0'
pod 'GRDB.swift', '~> 4.14.0'
pod 'PromisesSwift', '~> 1.2.0'

Expand Down
19 changes: 5 additions & 14 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CryptomatorCryptoLib (0.0.1-snapshot):
- CryptomatorCryptoLib (0.4.0):
- CryptoSwift (~> 1.3.0)
- SwiftBase32 (~> 0.8.0)
- CryptoSwift (1.3.1)
Expand All @@ -12,36 +12,27 @@ PODS:
- SwiftBase32 (0.8.0)

DEPENDENCIES:
- CryptomatorCryptoLib (from `https://github.com/cryptomator/cryptolib-swift.git`, branch `develop`)
- CryptomatorCryptoLib (~> 0.4.0)
- GRDB.swift (~> 4.14.0)
- PromisesSwift (~> 1.2.0)

SPEC REPOS:
trunk:
- CryptomatorCryptoLib
- CryptoSwift
- GRDB.swift
- PromisesObjC
- PromisesSwift
- SwiftBase32

EXTERNAL SOURCES:
CryptomatorCryptoLib:
:branch: develop
:git: https://github.com/cryptomator/cryptolib-swift.git

CHECKOUT OPTIONS:
CryptomatorCryptoLib:
:commit: d4093e555fbf30fd466b172120deedeece098bad
:git: https://github.com/cryptomator/cryptolib-swift.git

SPEC CHECKSUMS:
CryptomatorCryptoLib: 9a873b798a2c3aba1f39caff1f844881e35785e5
CryptomatorCryptoLib: 2f6689d1448865173bc0ced7684c9521b89cafb9
CryptoSwift: f12f037f6d0fcd6d48c96db0071b653de64e6c4d
GRDB.swift: 8cc3ab7c8b8b4ac1761deb8dca4b51c1c9d429f8
PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75
PromisesSwift: 991ad88e9851c45410d6697d1fe5df88fd3deb08
SwiftBase32: 723fd05e2fce776f2b98f26fe423bd20fa80e411

PODFILE CHECKSUM: 09b159e1f054414b12fb189f3ce110fb077c8f84
PODFILE CHECKSUM: a3097fe73beeef95737cf1ae64326ca793089b03

COCOAPODS: 1.9.3

0 comments on commit f63727f

Please sign in to comment.