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

Updating the API to a Swift3 style API #39

Merged
merged 1 commit into from
Oct 3, 2016
Merged
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,11 +3,11 @@
use_frameworks!

target :'RocketData' do
pod 'ConsistencyManager', '~> 3.0.0'
pod 'ConsistencyManager', '~> 4.0.0'
end

target :'RocketDataTests' do
pod 'ConsistencyManager', '~> 3.0.0'
pod 'ConsistencyManager', '~> 4.0.0'
end

# This is necessary to convert the target to swift 3.0
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- ConsistencyManager (3.0.0)
- ConsistencyManager (4.0.0)

DEPENDENCIES:
- ConsistencyManager (~> 3.0.0)
- ConsistencyManager (~> 4.0.0)

SPEC CHECKSUMS:
ConsistencyManager: 2312b687bbd3875ae5b40a220239e969448d2191
ConsistencyManager: 323ee466a5c933973529dfa5baa5cbc238633a67

PODFILE CHECKSUM: 6db966c1e9f949a826512ccb3129eda0b528af50
PODFILE CHECKSUM: 965fc2d0fcedbb7cfd5acaa4e86a619f1085e99e

COCOAPODS: 1.1.0.rc.2
COCOAPODS: 1.0.1
34 changes: 17 additions & 17 deletions Pods/ConsistencyManager/ConsistencyManager/ConsistencyManager.swift

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.

14 changes: 14 additions & 0 deletions Pods/ConsistencyManager/README.md

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

10 changes: 5 additions & 5 deletions Pods/Manifest.lock

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

Loading