Skip to content

RajatJain4061/SwiftAmplifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

SwiftAmplifier

Amplify your swift programming with powerful extensions

Objective

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.

Contributing

  1. Fork it
  2. Create your extension branch git checkout -b my-new-extension
  3. Commit your changes git commit -am 'Add some extension'
  4. Push to the branch git push origin my-new-extension
  5. 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.)