An open API service indexing awesome lists of open source software.

https://github.com/cloudipsp/ios-sdk

Mobile iOS payment SDK
https://github.com/cloudipsp/ios-sdk

Last synced: about 2 months ago
JSON representation

Mobile iOS payment SDK

Awesome Lists containing this project

README

        

# Cloudipsp

[![Version](https://img.shields.io/cocoapods/v/Cloudipsp.svg?style=flat)](http://cocoapods.org/pods/Cloudipsp)
[![License](https://img.shields.io/cocoapods/l/Cloudipsp.svg?style=flat)](http://cocoapods.org/pods/Cloudipsp)
[![Platform](https://img.shields.io/cocoapods/p/Cloudipsp.svg?style=flat)](http://cocoapods.org/pods/Cloudipsp)

## Usage

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

## Requirements

## Installation
Cloudipsp supports multiple methods for installing the library in a project.

## Installation with CocoaPods

To integrate Cloudipsp into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'Cloudipsp', '~> 0.9.3'
```

### Installation with Swift Package Manager

Once you have your Swift package set up, adding Cloudipsp as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.

```swift
dependencies: [
.package(url: "https://github.com/cloudipsp/ios-sdk.git", .upToNextMajor(from: "0.9.3"))
]
```

## Author

Maxim Kozenko, [email protected]

## License

Cloudipsp is available under the MIT license. See the LICENSE file for more info.