Skip to content

Commit

Permalink
Added Swift Package Manager support (#22)
Browse files Browse the repository at this point in the history
* Added Swift Package Manager support
* Update README
  • Loading branch information
treatwell-marius authored Oct 7, 2020
1 parent 6ecb30a commit 1327c99
Show file tree
Hide file tree
Showing 44 changed files with 907 additions and 589 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ build/
Carthage/
xcuserdata/
*.pbxuser
.build
.DS_Store
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ excluded:
- External
- Carthage
- XCode Templates
- .build
opt_in_rules:
- vertical_whitespace

Expand Down
1 change: 0 additions & 1 deletion Cartfile

This file was deleted.

1 change: 0 additions & 1 deletion Cartfile.resolved

This file was deleted.

98 changes: 0 additions & 98 deletions Example/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

6 changes: 0 additions & 6 deletions Example/Assets.xcassets/Contents.json

This file was deleted.

Loading

0 comments on commit 1327c99

Please sign in to comment.