Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Nov 16, 2019
1 parent 7571164 commit 6ab4237
Showing 1 changed file with 2 additions and 2 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 = "2.5.0"
spec.version = "3.0.0"
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.2"
spec.dependency "Poly", "~> 2.3.1"

end

0 comments on commit 6ab4237

Please sign in to comment.