Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 433 Bytes

Set Up

Simply Shop uses CocoaPods to install dependencies.

CocoaPods is distributed as a ruby gem, installing it is as easy as running the following commands in the terminal:

$ [sudo] gem install cocoapods
$ pod setup

Now you can install the dependencies in the project:

$ pod install

Make sure to always open the Xcode workspace instead of the project file:

$ open App.xcworkspace