File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files 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 = "5.0.0 "
19+ spec . version = "5.0.2 "
2020 spec . summary = "Swift Codable JSON API framework."
2121
2222 # 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/
136136 # spec.requires_arc = true
137137
138138 # spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
139- spec . dependency "Poly" , "~> 2.4.0 "
139+ spec . dependency "Poly" , "~> 2.4"
140140
141141end
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ If you find something wrong with this library and it isn't already mentioned und
6666### Swift Package Manager
6767Just include the following in your package's dependencies and add ` JSONAPI ` to the dependencies for any of your targets.
6868``` swift
69- .package (url : " https://github.com/mattpolzin/JSONAPI.git" , from : " 5.0.0 " )
69+ .package (url : " https://github.com/mattpolzin/JSONAPI.git" , from : " 5.0.2 " )
7070```
7171
7272### Xcode project
You can’t perform that action at this time.
0 commit comments