Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.06 KB

README.md

File metadata and controls

66 lines (43 loc) · 2.06 KB

razorpay-customui-pod

Version License Platform

This repository implements pod for Razorpay's CustomUI iOS Framework.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • The prooject deployment target has to be iOS 10 or later
  • Set # platform :ios, '10.0' or later

Installation

Note:

If your integrating this on Objective-C please replace the line

#import <Razorpay/Razorpay.h>

with

# import <Razorpay/Razorpay-Swift.h> in your viewcontroller.m file

razorpay-customui-pod is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'razorpay-customui-pod'

Note:

for older cocoapod versions check CHANGELOG.

Refer to the documentation from here

Contributing

See the CONTRIBUTING document. Thank you, contributors!

License

razorpay-pod is free software, and may be redistributed under the terms specified in the LICENSE file.

We ❤️ open source software! See our other supported plugins / SDKs or [contact us](mailto:integrations@razorpay.com?subject=Help with iOS Integration using CocoaPods) to help you with integrations.