Skip to content

JimCampagno/Marvel-iOS

Repository files navigation

Marvel-iOS

Demo (video is unlisted).

  • When looking to run this project, make sure to run pod install as the Pods/ directory is being ignored by the .gitignore file.
  • The MarvelInfo.swift file is also in the .gitignore file. I can send you the MarvelInfo.swift file or you can create your own and plug in your own keys. This is how I structured that file:
struct MarvelInfo {
    
    static let publicKey = "PUBLIC_KEY"
    static let privateKey = "PRIVATE_KEY"
    
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages