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

https://github.com/ohkanghoon/rxtexture

RxSwift wrapper for Texture
https://github.com/ohkanghoon/rxtexture

asyncdisplaykit ios reactive-extensions rxswift swift texture

Last synced: about 2 months ago
JSON representation

RxSwift wrapper for Texture

Awesome Lists containing this project

README

        

# RxTexture

![Swift](https://img.shields.io/badge/Swift-5.1-orange.svg)
[![Build Status](https://github.com/OhKanghoon/RxTexture/workflows/CI/badge.svg)](https://github.com/OhKanghoon/RxTexture/actions)
[![codecov](https://codecov.io/gh/OhKanghoon/RxTexture/branch/master/graph/badge.svg)](https://codecov.io/gh/OhKanghoon/RxTexture)
[![Version](https://img.shields.io/cocoapods/v/RxTexture2.svg?style=flat)](https://cocoapods.org/pods/RxTexture2)
[![License](https://img.shields.io/cocoapods/l/RxTexture2.svg?style=flat)](https://cocoapods.org/pods/RxTexture2)
[![Platform](https://img.shields.io/cocoapods/p/RxTexture2.svg?style=flat)](https://cocoapods.org/pods/RxTexture2)

## Example

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

## Dependencies
- [RxSwift](https://github.com/ReactiveX/RxSwift)
- [RxCocoa](https://github.com/ReactiveX/RxSwift)
- [Texture](https://github.com/TextureGroup/Texture)

## Installation

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

```ruby
pod 'RxTexture2'
```

## Development

```console
$ make project
$ open RxTexture.xcworkspace
```

## Author

OhKanghoon, [email protected]

## License

RxTexture is available under the MIT license. See the [LICENSE](LICENSE) file for more info.