Skip to content

Commit

Permalink
Merge pull request #98 from mattpolzin/loosen-poly-requirement
Browse files Browse the repository at this point in the history
Loosen podspec Poly requirement
  • Loading branch information
mattpolzin authored Mar 6, 2022
2 parents 3380167 + b8b94a4 commit a72ed5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions JSONAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "MP-JSONAPI"
spec.version = "5.0.0"
spec.version = "5.0.2"
spec.summary = "Swift Codable JSON API framework."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -136,6 +136,6 @@ See the JSON API Spec here: https://jsonapi.org/format/
# spec.requires_arc = true

# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
spec.dependency "Poly", "~> 2.4.0"
spec.dependency "Poly", "~> 2.4"

end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you find something wrong with this library and it isn't already mentioned und
### Swift Package Manager
Just include the following in your package's dependencies and add `JSONAPI` to the dependencies for any of your targets.
```swift
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "5.0.0")
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "5.0.2")
```

### Xcode project
Expand Down

0 comments on commit a72ed5c

Please sign in to comment.