[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / e / 3 / XsollaSDKStoreKit / 0.7.1 / XsollaSDKStoreKit.podspec.json
blob445f76c13395ada0113da107d0f8d69e0e866da4
2   "name": "XsollaSDKStoreKit",
3   "version": "0.7.1",
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": "0.7.1"
19   },
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "source_files": "StoreKit/**/*.{h,m,swift}",
23   "dependencies": {
24     "XsollaSDKUtilities": [
25       "~> 0.7.1"
26     ],
27     "SwiftCentrifuge": [
28       "< 8.0.0"
29     ]
30   },
31   "swift_version": "5.0"