Skip to content

razorpay/razorpay-banking-wrapper-sdk

Repository files navigation

Razorpay Banking Wrapper SDK for iOS

Banking wrapper SDK that integrates with Razorpay. Add this package or pod only—Razorpay is pulled in automatically.

Requirements

  • iOS 15.0+
  • Xcode 14.0+
  • Swift 5.0+

Installation

Swift Package Manager

  1. In Xcode: File → Add Package Dependencies...
  2. Enter the repository URL:
    https://github.com/razorpay/razorpay-banking-wrapper-sdk
    
  3. Choose the version or branch you need, then add the package to your app target. Select the RazorpayBankingWrapper product.

Usage: Use only import RazorpayBankingWrapper in your app. You may see another module (e.g. RazorpayBankWrapperShim) in the package; that is an internal dependency—do not import it.

CocoaPods

Add to your Podfile:

pod 'razorpay-banking-wrapper-sdk'

Then run:

pod install

Open the .xcworkspace and use import RazorpayBankingWrapper in your code.

Usage

In your Swift code:

import RazorpayBankingWrapper

// Use the SDK APIs as needed

For integration support, contact support@razorpay.com.

License

See LICENSE.md for details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors