Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iliuchang/swifthelper

Some extensions in Swift.
https://github.com/iliuchang/swifthelper

extension foundation ios swift uikit

Last synced: about 2 months ago
JSON representation

Some extensions in Swift.

Awesome Lists containing this project

README

        

# SwiftHelper
Some extensions in Swift.

## Requirements

- **iOS 10.0+**
- **Swift 4.0+**

> If you need to support iOS 9.0, please use version 1.0

## Installation

### CocoaPods

To integrate SwiftHelper into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'SwiftHelper'
```

### Manual

1. Download everything in the SwiftHelper folder;
2. Add (drag and drop) the source files in SwiftHelper to your project.

## License

SwiftHelper is provided under the MIT license. See LICENSE file for details.