diff --git a/Himotoki.podspec b/Himotoki.podspec index e3ab7fd..eb273fe 100644 --- a/Himotoki.podspec +++ b/Himotoki.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Himotoki" - s.version = "1.3.1" + s.version = "1.3.2" s.summary = "A type-safe JSON decoding library purely written in Swift" s.description = <<-DESC Himotoki (紐解き) is a type-safe JSON decoding library purely written in Swift. This library is highly inspired by popular JSON parsing libraries in Swift: [Argo](https://github.com/thoughtbot/Argo) and [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper). diff --git a/README.md b/README.md index efeea6e..3d60bfd 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Himotoki supports the following operators to decode JSON elements, where `T` is ## Requirements -- Swift 2.1 / Xcode 7.1 +- Swift 2.1 / Xcode 7.2 - OS X 10.9 or later - iOS 8.0 or later (by Carthage or CocoaPods) / iOS 7 (by copying the source files directly) -- tvOS 9.0 -- watchOS 2.0 +- tvOS 9.0 or later +- watchOS 2.0 or later ## Installation diff --git a/Sources/Info.plist b/Sources/Info.plist index 6dfb4ec..1fbdfe4 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.1 + 1.3.2 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/Info.plist b/Tests/Info.plist index 6b123c1..f5d44d4 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.3.1 + 1.3.2 CFBundleSignature ???? CFBundleVersion