Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 752 Bytes

README.md

File metadata and controls

52 lines (31 loc) · 752 Bytes

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