Skip to content

Commit

Permalink
Merge e060e62 into 9d64571
Browse files Browse the repository at this point in the history
  • Loading branch information
Oni-zerone committed Mar 3, 2019
2 parents 9d64571 + e060e62 commit 542182b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions Example/Podfile.lock
@@ -1,10 +1,10 @@
PODS:
- PowerTools (0.1.0):
- PowerTools/CollectionVM (= 0.1.0)
- PowerTools/Core (= 0.1.0)
- PowerTools/CollectionVM (0.1.0):
- PowerTools (0.2.0):
- PowerTools/CollectionVM (= 0.2.0)
- PowerTools/Core (= 0.2.0)
- PowerTools/CollectionVM (0.2.0):
- PowerTools/Core
- PowerTools/Core (0.1.0)
- PowerTools/Core (0.2.0)

DEPENDENCIES:
- PowerTools (from `../`)
Expand All @@ -14,7 +14,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
PowerTools: 07d09f479a97aec52152492e2b5cf0900ec9e572
PowerTools: ddc38e46a7573a328a0077dd624c72f5c1e29058

PODFILE CHECKSUM: 797e357e2517de7a547e46d5f571b140dded2362

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PowerTools.podspec.json

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/Manifest.lock

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/Target Support Files/PowerTools/Info.plist

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

6 changes: 3 additions & 3 deletions Example/Tests/BaseModels/StringViewModel.swift
Expand Up @@ -32,9 +32,9 @@ struct StringViewModel: ItemViewModel, Hashable {
static func == (lhs: StringViewModel, rhs: StringViewModel) -> Bool {
return lhs.string == rhs.string
}
var hashValue: Int {
return self.string.hashValue

func hash(into hasher: inout Hasher) {
return self.string.hash(into: &hasher)
}
}

Expand Down
2 changes: 1 addition & 1 deletion PowerTools.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PowerTools'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'Tools for fast and modular app development.'
s.swift_version = '4.2'

Expand Down

0 comments on commit 542182b

Please sign in to comment.