File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
141141end
You can’t perform that action at this time.
0 commit comments