https://github.com/cloudipsp/ios-sdk
Mobile iOS payment SDK
https://github.com/cloudipsp/ios-sdk
Last synced: 9 months ago
JSON representation
Mobile iOS payment SDK
- Host: GitHub
- URL: https://github.com/cloudipsp/ios-sdk
- Owner: cloudipsp
- License: mit
- Created: 2016-02-01T21:34:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T09:45:22.000Z (almost 2 years ago)
- Last Synced: 2025-09-21T00:58:58.086Z (9 months ago)
- Language: Objective-C
- Size: 292 KB
- Stars: 3
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudipsp
[](http://cocoapods.org/pods/Cloudipsp)
[](http://cocoapods.org/pods/Cloudipsp)
[](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, max.dnu@gmail.com
## License
Cloudipsp is available under the MIT license. See the LICENSE file for more info.