File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
6972There may be build warnings for SPM packages about an iOS 8 deployment target.
7073These are issues with the packages themselves and can safely be ignored.
7174
7275## License
7376
7477This project is open-source and licensed under the [ The 2-Clause BSD License] ( LICENSE ) .
75-
You can’t perform that action at this time.
0 commit comments