Skip to content

Commit 679eada

Browse files
Merge pull request tristanhimmelman#158 from ldiqual/swift-2.0
Updated for xcode 7 beta 4
2 parents 6d971eb + 7889447 commit 679eada

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cartfile.private

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Quick/Nimble" ~> 2.0.0
1+
github "Quick/Nimble" "swift-2.0"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Quick/Nimble" "v2.0.0-rc.1"
1+
github "Quick/Nimble" "a804949542eb2f299b823ffb36936aec54fe0db6"

ObjectMapper/Core/ToJSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private func setValue(value: AnyObject, forKey key: String, inout dictionary: [S
1313
return setValue(value, forKeyPathComponents: keyComponents, dictionary: &dictionary)
1414
}
1515

16-
private func setValue(value: AnyObject, forKeyPathComponents components: ArraySlice<String.CharacterView.SubSlice>, inout dictionary: [String : AnyObject]) {
16+
private func setValue(value: AnyObject, forKeyPathComponents components: ArraySlice<String.CharacterView.SubSequence>, inout dictionary: [String : AnyObject]) {
1717
if components.isEmpty {
1818
return
1919
}

0 commit comments

Comments
 (0)