Installation - 1amageek/Pring GitHub Wiki
This page explains how to install Pring.
Requirements ❗️
- iOS 10 or later
- Swift 4.0 or later
- Firebase firestore
- Firebase storage
- Cocoapods 1.4 ❗️
gem install cocoapods --pre
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.