Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't depend on Foundation since Swift 4.2 (#58)
Before Swift 4.2 the `hasSuffix(_:)` method of `String` was unavailable on non-Darwin platforms without importing Foundation. In Swift 4.2 this was fixed. This allows us to not depend on Foundation on newer versions of Swift at all.
- Loading branch information