Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linhay/BLFoundation

A set of useful categories for Foundation.
https://github.com/linhay/BLFoundation

categories extensions foundation ios osx swift tvos watchos watchos4

Last synced: 2 months ago
JSON representation

A set of useful categories for Foundation.

Awesome Lists containing this project

README

        


BLFoundation

[![build](https://travis-ci.org/linhay/BLFoundation.svg?branch=master)](https://travis-ci.org/BLFoundation/BLFoundation)
![language](https://img.shields.io/badge/language-swift-orange.svg)
![Platform](https://img.shields.io/cocoapods/p/BLFoundation.svg?style=flat)
![Version](https://img.shields.io/cocoapods/v/BLFoundation.svg?style=flat)
![CocoaPods](https://img.shields.io/badge/CocoaPods-supported-brightgreen.svg)
[![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](http://mit-license.org)

## Require

- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Swift 4.0

## Install

CocoaPod

```

pod 'BLFoundation'

or pod 'BLFoundation/Data'

or pod 'BLFoundation/Date'

or pod 'BLFoundation/Number'

or pod 'BLFoundation/Data'

or pod 'BLFoundation/Tools'

or pod 'BLFoundation/URL'

or pod 'BLFoundation/EventBus'

```

## Useage

- [API Reference](https://linhay.github.io/BLFoundation/index.html) - Lastly, please remember to read the full whenever you may need a more detailed reference.

## Author

linhay: [email protected]

## License

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