vineet-ravi / iOS-Vitals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

License:MIT License


Languages

Language:Swift 99.6%Language:Ruby 0.4%