Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iliuchang/swifthelper
- Owner: iLiuChang
- License: mit
- Created: 2016-08-10T09:40:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T07:18:43.000Z (2 months ago)
- Last Synced: 2024-11-26T08:17:05.384Z (2 months ago)
- Topics: extension, foundation, ios, swift, uikit
- Language: Swift
- Homepage:
- Size: 245 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.