Skip to content

Commit

Permalink
Merge pull request #63 from ishkawa/xcode7-beta6
Browse files Browse the repository at this point in the history
Updates for Xcode 7 beta 6
  • Loading branch information
ishkawa committed Aug 26, 2015
2 parents e1a5791 + 2e52495 commit 09b0aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion APIKit/URLEncodedSerialization.swift
Expand Up @@ -56,6 +56,6 @@ public class URLEncodedSerialization {
return "\(key)=\(escape(valueAsString))"
}

return "&".join(pairs)
return pairs.joinWithSeparator("&")
}
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ API.sendRequest(request) { result in

## Requirements

- Swift 2 beta 5
- Swift 2 beta 6
- iOS 8.0 or later
- Mac OS 10.9 or later

Expand Down

0 comments on commit 09b0aaa

Please sign in to comment.