We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24f15d commit cf6fa39Copy full SHA for cf6fa39
1 file changed
JSONAPI.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
#
17
18
spec.name = "MP-JSONAPI"
19
- spec.version = "2.0.0"
+ spec.version = "2.1.0"
20
spec.summary = "Swift Codable JSON API framework."
21
22
# 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/
136
# spec.requires_arc = true
137
138
# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
139
- spec.dependency "Poly", "~> 2.0"
+ spec.dependency "Poly", "~> 2.1"
140
141
end
0 commit comments