A small list of essential iOS libraries to have

This is a quick list of libraries which we should have in our ios project.

  1. Firebase Analytics

    pod 'Firebase/Analytics'
  2. Firebase Crashlitics.

    pod 'Firebase/Crashlytics'
  3. Firebase Cloud Messaging

    pod 'Firebase/Messaging'
  4. Alamofire 

    pod 'Alamofire'
  5. Kingfisher

    pod 'Kingfisher'
  6. ObjectMapper

    pod 'ObjectMapper'
    Keep commenting about the libraries which I missed to added. And follow the link to find another amazing list of libraries for ios, link here✌️ 

Comments

Popular posts from this blog

How To Configure Mail Client From "mobileconfig" File ( iOS )

How To Run Glut And Opengl On Xcode