[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 1 / 0 / XsollaSDKPaymentsKit / 1.0.0 / XsollaSDKPaymentsKit.podspec.json
blob632f0d63f083ee750f76ba62e36205b91287cb78
2   "name": "XsollaSDKPaymentsKit",
3   "version": "1.0.0",
4   "summary": "The official Xsolla SDK for iOS used to receive payments for in-game purchases with the convenient UI based on Xsolla Pay Station.",
5   "description": "The library allows opening payment UI via web to use main Pay Station features:\n  * purchases for 130+ currencies\n  * purchases via 700+ payment methods\n  * built-in anti-fraud\n  * payment UI localized in 20 languages\n  * purchase refund\nThe Payments SDK is required to work with payments when using the Store SDK, but it also can be used separately.\n\nNOTE: The SDK is written in pure Swift. You can use it in Swift or mixed-language projects. Pure Objective-C projects are not supported.",
6   "authors": "Xsolla (USA), Inc.",
7   "homepage": "http://www.xsolla.com",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "platforms": {
13     "ios": "12.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/xsolla/commerce-ios-sdk.git",
18     "tag": "1.0.0"
19   },
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "source_files": "PaymentsKit/**/*.{h,m,swift}",
23   "dependencies": {
24     "XsollaSDKUtilities": [
25       "~> 1.0.0"
26     ]
27   },
28   "swift_version": "5.0"