Skip to content

Commit 51cb140

Browse files
authored
Merge pull request #80 from mattpolzin/update-podspec-for-v-4
update podspec file for v 4
2 parents c703bff + b1e4568 commit 51cb140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JSONAPI.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "MP-JSONAPI"
19-
spec.version = "3.0.0"
19+
spec.version = "4.0.0"
2020
spec.summary = "Swift Codable JSON API framework."
2121

2222
# This description is used to generate tags and improve search results.
@@ -131,11 +131,11 @@ See the JSON API Spec here: https://jsonapi.org/format/
131131
# where they will only apply to your library. If you depend on other Podspecs
132132
# you can include multiple dependencies to ensure it works.
133133

134-
spec.swift_version = "5.1"
134+
spec.swift_version = "5.2"
135135
spec.module_name = "JSONAPI"
136136
# spec.requires_arc = true
137137

138138
# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
139-
spec.dependency "Poly", "~> 2.3.1"
139+
spec.dependency "Poly", "~> 2.4.0"
140140

141141
end

0 commit comments

Comments
 (0)