From 3ff1b867cab4ca77fa0f409096f906c720ad12da Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sat, 14 Sep 2019 15:53:48 -0700 Subject: [PATCH] Bump spec version to account for breaking changes with configs and swift tools version --- JSONAPI.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSONAPI.podspec b/JSONAPI.podspec index f5cac91..caad3a6 100644 --- a/JSONAPI.podspec +++ b/JSONAPI.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "MP-JSONAPI" - spec.version = "1.0.0" + spec.version = "2.0.0" spec.summary = "Swift Codable JSON API framework." # This description is used to generate tags and improve search results. @@ -131,7 +131,7 @@ See the JSON API Spec here: https://jsonapi.org/format/ # where they will only apply to your library. If you depend on other Podspecs # you can include multiple dependencies to ensure it works. - spec.swift_version = "5.0" + spec.swift_version = "5.1" spec.module_name = "JSONAPI" # spec.requires_arc = true