Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 4 Update #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
use_frameworks!

platform :ios, 10.0
target 'Swamp_Test-iOS' do
inherit! :search_paths
pod 'Swamp', :path => '../'

pod 'Quick', '~> 0.10.0'
pod 'Nimble', '~> 5.0.0'
pod 'Quick'
pod 'Nimble'
end

target 'Swamp_Test-OSX' do
inherit! :search_paths
pod 'Swamp', :path => '../'

pod 'Quick', '~> 0.10.0'
pod 'Nimble', '~> 5.0.0'
pod 'Quick'
pod 'Nimble'
end
35 changes: 16 additions & 19 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
PODS:
- CryptoSwift (0.6.0)
- Nimble (5.0.0)
- Quick (0.10.0)
- Starscream (2.0.0)
- Swamp (0.1.2):
- CryptoSwift (~> 0.6.0)
- Starscream (~> 2.0.0)
- SwiftyJSON (~> 3.1.0)
- SwiftyJSON (3.1.0)
- CryptoSwift (0.8.0)
- Nimble (7.0.3)
- Quick (1.2.0)
- Starscream (3.0.2)
- Swamp (0.2.0):
- CryptoSwift
- Starscream

DEPENDENCIES:
- Nimble (~> 5.0.0)
- Quick (~> 0.10.0)
- Nimble
- Quick
- Swamp (from `../`)

EXTERNAL SOURCES:
Swamp:
:path: ../

SPEC CHECKSUMS:
CryptoSwift: 4a599b7241b8d3b857d6e2c28867d0bd5d1aae24
Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f
Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa
Starscream: 947c865596f0d6bb3f0203fee23228ed2d471468
Swamp: 0eccf7f7d38e71d67aa7c251664f6e13b8604923
SwiftyJSON: 29b9f2a64f118c07e691667c2ba1efe536acfe0b
CryptoSwift: f81907430ebbe38b8404b4f6fb40f3c576a8755f
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
Starscream: b512c62f6706421221b5ceb2ba01a9f58aca5bea
Swamp: 5fbddf1da40fe325072d3c285b78ceb34dff6a46

PODFILE CHECKSUM: e3b6ef0c1caa7b4561126a7c54ecbe4decc7f9bc
PODFILE CHECKSUM: e8923675b9c9e58c40f5b437a6032a48e8173441

COCOAPODS: 1.1.0.rc.2
COCOAPODS: 1.3.1
4 changes: 2 additions & 2 deletions Example/Pods/CryptoSwift/LICENSE

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

Loading