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 2.0 #1

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use_frameworks!

def import_test_pods

pod 'Quick', :git => 'https://github.com/Quick/Quick', :branch => 'swift-2.0'
pod 'Nimble', :git => 'https://github.com/Quick/Nimble', :branch => 'swift-2.0'
pod 'Quick', '~> 0.6'
pod 'Nimble', '2.0.0-rc.3'

end

Expand Down
30 changes: 7 additions & 23 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
PODS:
- Nimble (1.0.0-rc.1)
- Quick (0.3.1)
- Nimble (2.0.0-rc.3)
- Quick (0.6.0)

DEPENDENCIES:
- Nimble (from `https://github.com/Quick/Nimble`, branch `swift-2.0`)
- Quick (from `https://github.com/Quick/Quick`, branch `swift-2.0`)

EXTERNAL SOURCES:
Nimble:
:branch: swift-2.0
:git: https://github.com/Quick/Nimble
Quick:
:branch: swift-2.0
:git: https://github.com/Quick/Quick

CHECKOUT OPTIONS:
Nimble:
:commit: 3102770b04cb716bc38f28add2feac15dbbbf2ab
:git: https://github.com/Quick/Nimble
Quick:
:commit: a840a9e33a673e20a0225912c85bb314074cc161
:git: https://github.com/Quick/Quick
- Nimble (= 2.0.0-rc.3)
- Quick (~> 0.6)

SPEC CHECKSUMS:
Nimble: 23f1dbddf1706172c7d740430858e5dfa93d997a
Quick: 824572d3d198d51e52cf4aa722cebf7e59952a35
Nimble: 9dff98ee195ffe7351d3b2fb01d3a1420fd97948
Quick: 563686dbcf0ae0f9f7401ac9cd2d786ee1b7f3d7

COCOAPODS: 0.37.2
COCOAPODS: 0.38.2