Skip to content

Commit

Permalink
Merge pull request #80 from mattpolzin/update-podspec-for-v-4
Browse files Browse the repository at this point in the history
update podspec file for v 4
  • Loading branch information
mattpolzin authored May 31, 2020
2 parents c703bff + b1e4568 commit 51cb140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "3.0.0"
spec.version = "4.0.0"
spec.summary = "Swift Codable JSON API framework."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -131,11 +131,11 @@ See the JSON API Spec here: https://jsonapi.org/format/
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.

spec.swift_version = "5.1"
spec.swift_version = "5.2"
spec.module_name = "JSONAPI"
# spec.requires_arc = true

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

end

0 comments on commit 51cb140

Please sign in to comment.