SwiftyNet 1.0.0
A generic network layer written in swift. you can use it as an abstraction layer above Alamofire with generic returned types.
Installation
CocoaPods
For SwiftyNet, use the following entry in your Podfile:
Then run pod install
.
Usage
You can see The Provided Example, using SwiftyNet is really simple. You can access an API with the return object type you want:
License
SwiftyNet is released under an MIT license. See License.md for more information.