[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / d / f / 8 / XsollaSDKInventoryKit / 1.0.2 / XsollaSDKInventoryKit.podspec.json
blob53d30f77ad20fced934658e45cdc29b8c5cac245
2   "name": "XsollaSDKInventoryKit",
3   "version": "1.0.2",
4   "summary": "The official Xsolla SDK for iOS used to manage player’s inventory using the solution based on In-Game-Store.",
5   "description": "The library contains methods for working with the Player Inventory API and allows you to implement the management of:\n  * user inventory\n  * virtual currency balance\nThe Inventory SDK can be used in combination with the Store SDK or separately.\n\nNOTE: The SDK is written in pure Swift. You can use it in Swift or mixed-language projects. Pure Objective-C projects aren’t 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": "InventoryKit/**/*.{h,m,swift}",
23   "dependencies": {
24     "XsollaSDKUtilities": [
25       "~> 1.0.2"
26     ]
27   },
28   "swift_version": "5.0"