Amplify your swift programming with powerful extensions
To ease developers to extend the power of swift and prevent my fellow developers to reinvent the wheel. This will save your lot of time in development.
- Fork it
- Create your extension branch
git checkout -b my-new-extension
- Commit your changes
git commit -am 'Add some extension'
- Push to the branch
git push origin my-new-extension
- Create a new Pull Request (Please be very clear on your commit messages and pull request, empty pull request messages may be rejected without reason.)