Data + Networking Layer for getting the spells
SpellKit
SpellKit is the Data and barebones networking layer for Spells App packaged as a framework using swift packaging manager. Pulls down the character classes + Spells from the Dungoens and Dragons public api: https://www.dnd5eapi.co/docs
##Models
Class – Models the Character class and links to Spells available for the class Spell – Spells
Api’s
getClasses
getSpellsForClass(with index)
getSpell(with index)