mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
Merge pull request #33 from chrisballinger/patch-1
Change Pod name to avoid conflict. Resolves #32
This commit is contained in:
+2
-1
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
|
||||
# summary should be tweet-length, and the description more in depth.
|
||||
#
|
||||
|
||||
spec.name = "JSONAPI"
|
||||
spec.name = "MP-JSONAPI"
|
||||
spec.version = "1.0.0"
|
||||
spec.summary = "Swift Codable JSON API framework."
|
||||
|
||||
@@ -132,6 +132,7 @@ See the JSON API Spec here: https://jsonapi.org/format/
|
||||
# you can include multiple dependencies to ensure it works.
|
||||
|
||||
spec.swift_version = "5.0"
|
||||
spec.module_name = "JSONAPI"
|
||||
# spec.requires_arc = true
|
||||
|
||||
# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
|
||||
|
||||
@@ -115,7 +115,7 @@ Just include the following in your package's dependencies and add `JSONAPI` to t
|
||||
To use this framework in your project via Cocoapods, add the following dependencies to your Podfile.
|
||||
```
|
||||
pod 'Poly', :git => 'https://github.com/mattpolzin/Poly.git'
|
||||
pod 'JSONAPI', :git => 'https://github.com/mattpolzin/JSONAPI.git'
|
||||
pod 'MP-JSONAPI', :git => 'https://github.com/mattpolzin/JSONAPI.git'
|
||||
```
|
||||
|
||||
### Xcode project
|
||||
|
||||
Reference in New Issue
Block a user