-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructuring to support Carthage and new Swift Package Manager
- Loading branch information
Showing
43 changed files
with
72 additions
and
4,045 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ DerivedData | |
.idea/ | ||
# Pods - for those of you who use CocoaPods | ||
Pods | ||
.build |
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Contributing | ||
|
||
1. Please fork this project | ||
2. Implement new methods or changes in the `Dollar.swift` file in `Dollar` folder or changes in the appropriate extension file in `Cent` folder. | ||
3. Write tests in `DollarTests.swift` or `CentTests.swift` file as needed. | ||
4. Write appropriate comments in code and docs in the README.md | ||
2. Implement new methods or changes in the `Dollar.swift` file in `Dollar` folder. | ||
3. Write tests in `DollarTests.swift` file as needed. | ||
4. Write appropriate comments in code and docs in the `README.md`. | ||
5. Submit a pull request. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.