Skip to content

Commit 77ea669

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/swiftui-delete'
2 parents 16f5c27 + 9899bef commit 77ea669

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,19 @@ Building Character Tracker requires Xcode 12+ on macOS 10.15 or later for
5959
+ iOS Swift Package Manager support
6060
+ SwiftUI 2
6161

62-
Dependencies:
62+
### Dependencies
63+
64+
Dependencies are either included in-code or obtained through Swift Package Manager.
6365

6466
* [Pluralize.swift](https://github.com/joshualat/Pluralize.swift) (included)
65-
* [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) (SPM)
66-
* [EFQRCode](https://github.com/EFPrefix/EFQRCode) (SPM)
67-
* [ActionOver](https://github.com/AndreaMiotto/ActionOver) (SPM)
67+
* [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
68+
* [EFQRCode](https://github.com/EFPrefix/EFQRCode)
69+
* [SDWebImage](https://github.com/SDWebImage/SDWebImage)
70+
* [ActionOver](https://github.com/AndreaMiotto/ActionOver)
6871

6972
There may be build warnings for SPM packages about an iOS 8 deployment target.
7073
These are issues with the packages themselves and can safely be ignored.
7174

7275
## License
7376

7477
This project is open-source and licensed under the [The 2-Clause BSD License](LICENSE).
75-

0 commit comments

Comments
 (0)