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.2 Compatibility #4

Open
wants to merge 1 commit 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
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ end
target 'Chirp_Tests', :exclusive => true do
pod "Chirp", :path => "../"

pod 'Quick', '~> 0.8.0'
pod 'Nimble', '3.0.0'
pod 'Quick', '~> 0.9.2'
pod 'Nimble', '4.0.0'
end
18 changes: 9 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- Chirp (0.1.0)
- Nimble (3.0.0)
- Quick (0.8.0)
- Chirp (1.1.1)
- Nimble (4.0.0)
- Quick (0.9.2)

DEPENDENCIES:
- Chirp (from `../`)
- Nimble (= 3.0.0)
- Quick (~> 0.8.0)
- Nimble
- Quick

EXTERNAL SOURCES:
Chirp:
:path: ../
:path: "../"

SPEC CHECKSUMS:
Chirp: d136718ec0b5923fea223c56d03cd70a502844bb
Nimble: 4c353d43735b38b545cbb4cb91504588eb5de926
Quick: 563d0f6ec5f72e394645adb377708639b7dd38ab
Chirp: e06920df90dd33b3e74c988c58f621a8a1e41e7d
Nimble: 72bcc3e2f02242e6bfaaf8d9412ca7bfe3d8b417
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226

COCOAPODS: 0.39.0
2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Nimble/DSL.h

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Nimble/NMBExceptionCapture.h

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

1 change: 1 addition & 0 deletions Example/Pods/Headers/Private/Nimble/NMBStringify.h

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Nimble/Nimble.h

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

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Quick/QCKDSL.h

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Quick/Quick.h

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Quick/QuickConfiguration.h

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Quick/QuickSpec.h

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Quick/World+DSL.h

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

2 changes: 1 addition & 1 deletion Example/Pods/Headers/Private/Quick/World.h

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

12 changes: 6 additions & 6 deletions Example/Pods/Local Podspecs/Chirp.podspec.json

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

18 changes: 9 additions & 9 deletions Example/Pods/Manifest.lock

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

40 changes: 0 additions & 40 deletions Example/Pods/Nimble/Nimble/Adapters/NimbleXCTestHandler.swift

This file was deleted.

43 changes: 0 additions & 43 deletions Example/Pods/Nimble/Nimble/DSL+Wait.swift

This file was deleted.

32 changes: 0 additions & 32 deletions Example/Pods/Nimble/Nimble/DSL.swift

This file was deleted.

Loading