[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / a / e / 3 / XsollaSDKStoreKit / 1.0.2 / XsollaSDKStoreKit.podspec.json
blobf2e34690ba28197dcc7b0d8eb5fd8aab054ba1cc
2   "name": "XsollaSDKStoreKit",
3   "version": "1.0.2",
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": "12.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/xsolla/commerce-ios-sdk.git",
18     "tag": "1.0.2"
19   },
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "source_files": "StoreKit/**/*.{h,m,swift}",
23   "dependencies": {
24     "XsollaSDKUtilities": [
25       "~> 1.0.2"
26     ],
27     "SwiftCentrifuge": [
28       "< 8.0.0"
29     ]
30   },
31   "swift_version": "5.0"