Ask HN: Open source iOS Swift projects without dependencies?

2 points by hilti ↗ HN
I've found curated lists on Github, but almost every projects uses podfiles or carthage dependencies even if it's a simple project.

Does anyone know of some "pure"/"vanilla" open source Swift projects?

I'm trying to refresh my Swift knowledge (tried it out a couple years ago) and don't want to import unnecessary libraries just to do simple things.

1 comment

[ 3.1 ms ] story [ 10.2 ms ] thread
Why don't you follow those dependencies until you arrive at the "leaves" of the tree? There you'll find Swift projects without dependencies.