Skip to content

fout/RFP-iOS-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFP-iOS-SDK

Setup Instructions

CocoaPods

Install with CocoaPods by adding the following to your Podfile:

pod 'RFP-iOS-SDK'

Carthage

Install with Carthage by adding the following to your Cartfile:

binary "https://raw.githubusercontent.com/fout/RFP-iOS-SDK/master/RFP-iOS-SDK.json" 

Run carthage update to build the framework and link against RFP.framework.

Try the demo application

Clone this repos

git clone [email protected]:fout/RFP-iOS-SDK.git
cd RFP-iOS-SDK/demo

Using CocoaPods

pod install

Open Xcode workspace and Run App

open RFPDemoSwift.xcworkspace

requirements

  • Xcode 9.4 or later

Docs