Skip to content

Commit 09b0aaa

Browse files
committed
Merge pull request #63 from ishkawa/xcode7-beta6
Updates for Xcode 7 beta 6
2 parents e1a5791 + 2e52495 commit 09b0aaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

APIKit/URLEncodedSerialization.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ public class URLEncodedSerialization {
5656
return "\(key)=\(escape(valueAsString))"
5757
}
5858

59-
return "&".join(pairs)
59+
return pairs.joinWithSeparator("&")
6060
}
6161
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ API.sendRequest(request) { result in
2929

3030
## Requirements
3131

32-
- Swift 2 beta 5
32+
- Swift 2 beta 6
3333
- iOS 8.0 or later
3434
- Mac OS 10.9 or later
3535

0 commit comments

Comments
 (0)