Skip to content

matsotaa/ios-sdk

 
 

Repository files navigation

Cloudipsp

Version License Platform

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:

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.

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

Author

Maxim Kozenko, max.dnu@gmail.com

License

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

About

Mobile iOS payment SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 95.6%
  • Swift 3.7%
  • Ruby 0.7%