Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/linhay/BLFoundation
- Owner: linhay
- License: mit
- Created: 2017-09-15T15:25:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T08:09:34.000Z (over 5 years ago)
- Last Synced: 2024-10-09T00:46:26.599Z (3 months ago)
- Topics: categories, extensions, foundation, ios, osx, swift, tvos, watchos, watchos4
- Language: Swift
- Homepage:
- Size: 579 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![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