otbivnoe/codablealamofire
**Swift 4 introduces a new `Codable` protocol that lets you serialize and deserialize custom data types without writing any special code and without having to worry about losing your value types. π**
CocoaPods
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over eighteen thousand libraries and can help you scale your projects elegantly. You can install it with the following command:
$ sudo gem install cocoapodsTo integrate CodableAlamofire, simply add the following line to your Podfile:
target 'Test' do
use_frameworks!
pod 'CodableAlamofire'
endCarthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthageTo integrate CodableAlamofire into your Xcode project using Carthage, specify it in your Cartfile:
github "Otbivnoe/CodableAlamofire"Run carthage update to build the framework and drag the built CodableAlamofire.framework into your Xcode project.
Package Metadata
Repository: otbivnoe/codablealamofire
Default branch: master
README: README.md