-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace ObjectMapper with Codable * Validate AF requests * Use Decodable opposed to Codable * Update .gitmodules * Bump AlamoFire version * Convert to URL on decoding * Clean up spacing in Example * Format variables correctly for decoding in CDYelpEvent * Parse dates as Date opposed to String * Update example documentation * update version number * update dependency versions * fix SwiftPackageManager * Update CHANGELOG.md * remove travis.yml * Update CHANGELOG.md
- Loading branch information
1 parent
88c632b
commit 781c96a
Showing
40 changed files
with
644 additions
and
958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "Carthage/Checkouts/Alamofire"] | ||
path = Carthage/Checkouts/Alamofire | ||
url = https://github.com/Alamofire/Alamofire.git | ||
[submodule "Carthage/Checkouts/ObjectMapper"] | ||
path = Carthage/Checkouts/ObjectMapper | ||
url = https://github.com/tristanhimmelman/ObjectMapper.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.