I've found curated lists on Github, but almost every projects uses podfiles or carthage dependencies even if it's a simple project.<p>Does anyone know of some "pure"/"vanilla" open source Swift projects?<p>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.
Why don't you follow those dependencies until you arrive at the "leaves" of the tree? There you'll find Swift projects without dependencies.