Skip to content

razorpay/razorpay-pod

Repository files navigation

razorpay-pod

Version License Platform SPM compatible

This repository implements pod for Razorpay's iOS Framework.

Usage

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

Installation | Docs

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-pod is available through CocoaPods. To install it, simply add the following line to your Podfile

pod 'razorpay-pod', '1.2.5'

Note:

for older cocoapod versions check CHANGELOG.

Refer to the documentation from here

Swift Package Manager (iOS 13+)

Swift Package Manager razorpay-pod is also distributed as Swift Package, follow the below steps for installing the package in your iOS app.

Installation:

Click File -> Swift Packages -> Add Package Dependency, enter razorpay-pod repo's URL. You can also select the dependency rule to select major and minor versions of package and also from a specific branch or commit.

Refer to our documentation 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.