Skip to content

Installation

1amageek edited this page Mar 14, 2018 · 1 revision

This page explains how to install Pring.

Requirements ❗️

First let's make a new project in Xcode.Then go to the Project directory in Terminal and execute the following command.

pod init

Podfile will be created, please add pod "pring".

target 'YOUR_PROJECT' do

  use_frameworks!
  pod 'Pring'

end

Execute the following command at the terminal.

pod install

Open this directory in the Finder.

open .

Open YOUR_PROJECT.xcworkspace. Please note that it is not YOUR_PROJECT.xcodeproj.

Installation is now complete.

Clone this wiki locally