From cfd284dd0ad0361210401e67e22b22ed074f4d6e Mon Sep 17 00:00:00 2001 From: Baris Sencan Date: Sun, 10 May 2015 22:16:44 -0700 Subject: [PATCH] Update Xcode version requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ec7cf..08b7732 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Lightning fast JSON deserialization for iOS & OS X written in Swift. JSONHelper is a library written to make sure that deserializing data obtained from an API is as easy as possible. It doesn't depend on any networking libraries, and works equally well with any of them. -__Requires iOS 7 or later and Xcode 6.1.x__ +__Requires iOS 7 or later and Xcode 6.1+__ ##Installation