To run the example project, clone the repo, and run pod install
from the Example directory first.
Cloudipsp supports multiple methods for installing the library in a project.
To integrate Cloudipsp into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'Cloudipsp', '~> 0.9.3'
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"))
]
Maxim Kozenko, max.dnu@gmail.com
Cloudipsp is available under the MIT license. See the LICENSE file for more info.