Cloudipsp 0.10.0

Cloudipsp 0.10.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2022

Maintained by Cloudipsp, Valentyn Berehovyi.



Cloudipsp 0.10.0

  • By
  • Maxim Kozenko

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, [email protected]

License

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