Install with CocoaPods by adding the following to your Podfile:
pod 'RFP-iOS-SDK'
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
.
git clone [email protected]:fout/RFP-iOS-SDK.git
cd RFP-iOS-SDK/demo
pod install
open RFPDemoSwift.xcworkspace
- Xcode 9.4 or later