-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from SimformSolutionsPvtLtd/develop
Develop to Master (For release 0.0.1)
- Loading branch information
Showing
34 changed files
with
1,340 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Way to contribute | ||
|
||
1. Fork the repo and create your branch from `master`. | ||
2. Clone the project to your own machine. (Please have a look at [**Readme.md**](README.md) to understand how to run this project on your machine) | ||
3. Commit changes to your own branch | ||
4. Make sure your code lints. | ||
5. Push your work back up to your fork. | ||
6. Issue that pull request! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
use_frameworks! | ||
|
||
platform :ios, '13.0' | ||
|
||
target 'SSSwiftUISideMenuDemo' do | ||
pod 'SSSwiftUISideMenu', :path => '../' | ||
end |
Oops, something went wrong.