Swiftpack.co - cloudipsp/ios-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by cloudipsp.
cloudipsp/ios-sdk 0.10.0
Mobile iOS payment SDK
⭐️ 3
🕓 1 year ago
iOS
.package(url: "https://github.com/cloudipsp/ios-sdk.git", from: "0.10.0")

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.

GitHub

link
Stars: 3
Last commit: 44 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.10.0
1 year ago
  • Added new API for getting email require value by currency and token;
  • Added PSEmailTextField as one more type of view which can be used in PSCardInputLayout;
  • PSCard now can have optional email value;
  • PSCardInputView has 3 new methods which can be used to show email input next to CVV.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics