An open API service indexing awesome lists of open source software.

https://github.com/itenfay/cxnetwork-moya

Encapsulates a network request library with Moya and ObjectMapper.
https://github.com/itenfay/cxnetwork-moya

moya networking objectmapper swift swift5

Last synced: 8 months ago
JSON representation

Encapsulates a network request library with Moya and ObjectMapper.

Awesome Lists containing this project

README

          

## CXNetwork

Encapsulates a network request library with Moya and ObjectMapper.

[![Version](https://img.shields.io/cocoapods/v/CXNetwork.svg?style=flat)](https://cocoapods.org/pods/CXNetwork)
[![License](https://img.shields.io/cocoapods/l/CXNetwork.svg?style=flat)](https://cocoapods.org/pods/CXNetwork)
[![Platform](https://img.shields.io/cocoapods/p/CXNetwork.svg?style=flat)](https://cocoapods.org/pods/CXNetwork)

## Requirements

* Xcode 14.0+
* iOS 10.0, tvOS 10.0, macOS 10.12, watchOS 3.0

## Installation

CXNetwork is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'CXNetwork'
```

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first. To lean more, please go to **[here](https://github.com/itenfay/FireKylin.git)**!

## License

CXNetwork is available under the MIT license. See the LICENSE file for more info.

## Feedback is welcome

If you notice any issue to create an issue. I will be happy to help you.