Bump spec version to account for breaking changes with configs and swift tools version

This commit is contained in:
Mathew Polzin
2019-09-14 15:53:48 -07:00
parent ae51be20d8
commit 3ff1b867ca
+2 -2
View File
@@ -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