Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 697 Bytes

RESTKitTutorial

Final project from "RESTKit Tutorial: how to fetch data from a RESTful API into Core Data."

https://medium.com/ios-os-x-development/restkit-tutorial-how-to-fetch-data-from-an-api-into-core-data-9326af750e10

##Installation

Don't forget to install pods.

This app requires CocoaPods dependency manager. It automates and simplifies the process of using 3rd-party libraries. If you don't have it yet, you can get it by typing the following in your console:

$ sudo gem install cocoapods

With CocoaPods up and running go to the application folder and install dependencies:

$ cd RESTKitTutorial
$ pod install

Use Articles.xcworkspace to open the project.