[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / 3 / XsollaSDKStoreKit / 0.2.0 / XsollaSDKStoreKit.podspec.json
blob7a5f683271760ae2f32a8f6614c5c2c272d4511e
2   "name": "XsollaSDKStoreKit",
3   "version": "0.2.0",
4   "summary": "The official Xsolla SDK for iOS used to sell items in the apps based on In-Game Store.",
5   "description": "The library contains methods for working with the Store API and allows you to implement the following features:\n  * selling virtual items and virtual currency\n  * managing virtual currency balance\n  * working with promotional campaigns (discounts, coupons, and promo codes)\nTo work with payments when using the Store SDK, the Payments SDK is required.\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": "11.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/xsolla/commerce-ios-sdk.git",
18     "tag": "0.2.0"
19   },
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "source_files": "StoreKit/**/*.{h,m,swift}",
23   "dependencies": {
24     "XsollaSDKUtilities": [
25       "~> 0.2.0"
26     ]
27   },
28   "swift_version": "5.0"