/iOS-Vitals

Primary LanguageSwiftMIT LicenseMIT

iOS-Vitals

iOS Vitals provides you with all necessary features like Network Manager, Core data and other important classes to quickly start your iOS App developement from scratch.

In order to run this project, Goto to terminal and into your project directory, then run pod install.

This project uses following pods as static library :

  1. 'SwiftyJSON', '~> 4.0'
  2. 'CocoaLumberjack/Swift', '~> 3.4.1'

Other Information:

  1. iOS deployment target - 11.0

This project can answer following questions in Swift 3:

  1. How to create a Core Data Stack?
  2. How to manage multiple Operations?
  3. How to create a reusable Networking Stack?