Merge pull request #33 from chrisballinger/patch-1

Change Pod name to avoid conflict. Resolves #32
This commit is contained in:
Mathew Polzin
2019-09-14 15:49:37 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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" }
+1 -1
View File
@@ -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