Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alflix/elegantmoya
How to use Moya more elegant?
https://github.com/alflix/elegantmoya
alamofire moya networking swift4
Last synced: 3 months ago
JSON representation
How to use Moya more elegant?
- Host: GitHub
- URL: https://github.com/alflix/elegantmoya
- Owner: alflix
- License: apache-2.0
- Created: 2019-04-27T09:35:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T12:41:16.000Z (almost 5 years ago)
- Last Synced: 2024-09-29T22:21:34.401Z (3 months ago)
- Topics: alamofire, moya, networking, swift4
- Language: Swift
- Homepage:
- Size: 6.36 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Version](https://img.shields.io/cocoapods/v/ElegantMoya.svg?style=flat)](http://cocoapods.org/pods/ElegantMoya)
[![License](https://img.shields.io/cocoapods/l/ElegantMoya.svg?style=flat)](http://cocoapods.org/pods/ElegantMoya)
[![Platform](https://img.shields.io/cocoapods/p/ElegantMoya.svg?style=flat)](http://cocoapods.org/pods/ElegantMoya)
![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg)## Written in Swift 5.1
ElegantMoya, greate Moya Extensions, user it elegant
## Features
See:
```
to do
```## Installation
### Requirements
- Swift 5.1
- iOS 9.0### Cocoapods
ElegantMoya is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
```ruby
platform :ios, '9.0'
pod "ElegantMoya"
```
## LicenseElegantMoya is available under the MIT license.