From 774b53b9b6b26cdbed080da0479450726027ad78 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Wed, 2 Oct 2019 20:05:28 -0700 Subject: [PATCH] bump podspec version and bump podspec Poly dependency. --- JSONAPI.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSONAPI.podspec b/JSONAPI.podspec index b84fef0..780cb69 100644 --- a/JSONAPI.podspec +++ b/JSONAPI.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "MP-JSONAPI" - spec.version = "2.2.0" + spec.version = "2.3.0" spec.summary = "Swift Codable JSON API framework." # This description is used to generate tags and improve search results. @@ -136,6 +136,6 @@ See the JSON API Spec here: https://jsonapi.org/format/ # spec.requires_arc = true # spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } - spec.dependency "Poly", "~> 2.1" + spec.dependency "Poly", "~> 2.2" end