Skip to content

Commit

Permalink
Updating to Swift 4.1 and pulling in the new consistency manager
Browse files Browse the repository at this point in the history
  • Loading branch information
plivesey committed May 17, 2018
1 parent f343a91 commit fa8e721
Show file tree
Hide file tree
Showing 22 changed files with 203 additions and 170 deletions.
4 changes: 2 additions & 2 deletions Podfile
Expand Up @@ -3,10 +3,10 @@
use_frameworks!

target :'RocketData' do
pod 'ConsistencyManager', '~> 5.2.0'
pod 'ConsistencyManager', '~> 6.0.0'
end

target :'RocketDataTests' do
pod 'ConsistencyManager', '~> 5.2.0'
pod 'ConsistencyManager', '~> 6.0.0'
end

10 changes: 5 additions & 5 deletions Podfile.lock
@@ -1,12 +1,12 @@
PODS:
- ConsistencyManager (5.2.0)
- ConsistencyManager (6.0.0)

DEPENDENCIES:
- ConsistencyManager (~> 5.2.0)
- ConsistencyManager (~> 6.0.0)

SPEC CHECKSUMS:
ConsistencyManager: 66a94b64e767a85698c2cb8c0184885760810fdc
ConsistencyManager: 10d92488107167a8d9df3cd93e529a15282ceaec

PODFILE CHECKSUM: 6a24e5e558e36fed2c36334f0ef9ea899f50d06c
PODFILE CHECKSUM: 23217410773c338b8571eb56301ac0b04b43d886

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0

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.

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

18 changes: 9 additions & 9 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.

0 comments on commit fa8e721

Please sign in to comment.