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

https://github.com/npvisual/tinynetlib

A tiny networking library based on function composition.
https://github.com/npvisual/tinynetlib

Last synced: 8 months ago
JSON representation

A tiny networking library based on function composition.

Awesome Lists containing this project

README

          

# tinyNetLib

[![CI Status](http://img.shields.io/travis/npvisual/tinyNetLib.svg?style=flat)](https://travis-ci.org/npvisual/tinyNetLib)
[![Version](https://img.shields.io/cocoapods/v/tinyNetLib.svg?style=flat)](http://cocoapods.org/pods/tinyNetLib)
[![License](https://img.shields.io/cocoapods/l/tinyNetLib.svg?style=flat)](http://cocoapods.org/pods/tinyNetLib)
[![Platform](https://img.shields.io/cocoapods/p/tinyNetLib.svg?style=flat)](http://cocoapods.org/pods/tinyNetLib)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

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

```ruby
pod 'tinyNetLib'
```

## Author

npvisual, npvisual@users.noreply.github.com

## License

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