laohanme / PowerUpSwift

⚡️ Utilities to make iOS development faster and be more productive

Home Page:https://cocoapods.org/pods/PowerUpSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerUpSwift

Why

Apple doesn't provide some useful utilities to make our development easier. This might be for a (good) reason, such as keeping the standard library lightweight. My experience in iOS Development was a little painful. It's usually difficult to implement a simple basic feature that you can easily do in Android built-in, so you end up doing a couple more hacks. I created this library to save time, to be more productive, and to be DRY (Don't Repeat Yourself).

Show Some ❤️ 👋

GitHub Stars GitHub Forks GitHub Watchers

Follow on GitHub Follow on Facebook Follow on Instagram Follow on Twitter

Demo

PowerUpSwift

Installation

PowerUpSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PowerUpSwift'

How To Use

The documentation can be found here in the Wiki page.

Contribute

Feel free to help out as I may have other work/life commitments. See CONTRIBUTING.md.

License

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

About

⚡️ Utilities to make iOS development faster and be more productive

https://cocoapods.org/pods/PowerUpSwift

License:MIT License


Languages

Language:Swift 95.0%Language:Ruby 5.0%