Skip to content

Commit a72ed5c

Browse files
authored
Merge pull request #98 from mattpolzin/loosen-poly-requirement
Loosen podspec Poly requirement
2 parents 3380167 + b8b94a4 commit a72ed5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JSONAPI.podspec

Lines changed: 2 additions & 2 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 = "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

141141
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6767
Just 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

0 commit comments

Comments
 (0)