-
Notifications
You must be signed in to change notification settings - Fork 18
/
README.md.orig
58 lines (44 loc) · 1.93 KB
/
README.md.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# razorpay-pod
[![Version](https://img.shields.io/cocoapods/v/razorpay-pod.svg?style=flat)](http://cocoapods.org/pods/razorpay-pod)
[![License](https://img.shields.io/cocoapods/l/razorpay-pod.svg?style=flat)](http://cocoapods.org/pods/razorpay-pod)
[![Platform](https://img.shields.io/cocoapods/p/razorpay-pod.svg?style=flat)](http://cocoapods.org/pods/razorpay-pod)
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
```ruby
<<<<<<< HEAD
pod 'razorpay-pod', '1.1.19'
=======
pod 'razorpay-pod', '1.1.17'
>>>>>>> ca28acc822d9dbea0a1b7f24cc61938523e3b0e9
```
### Note:
for older cocoapod versions check [CHANGELOG](https://github.com/razorpay/razorpay-pod/blob/1.1.12/CHANGELOG.md).
Refer to the documentation from [here](https://razorpay.com/docs/payment-gateway/ios-integration/standard/)
## 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 :heart: open source software!
See [our other supported plugins / SDKs]
or [contact us](mailto:[email protected]?subject=Help with iOS Integration using CocoaPods) to help you with integrations.
[CocoaPods]: http://cocoapods.org
[razorpay.com/mobile]: https://razorpay.com/mobile
[CONTRIBUTING]: CONTRIBUTING.md
[contributors]: https://github.com/razorpay/razorpay-pod/graphs/contributors
[LICENSE]: /LICENSE
[our other supported plugins / SDKs]: https://razorpay.com/integrations "List of our supported integrations"