[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / d / XsollaSDKLoginKit / 0.4.0 / XsollaSDKLoginKit.podspec.json
blobded20a26f45714eab7bbfb791bbf688c86e229e7
2   "name": "XsollaSDKLoginKit",
3   "version": "0.4.0",
4   "summary": "The official Xsolla SDK for iOS used to authenticate users and to connect them via a friend system using the solution based on Xsolla Login.",
5   "description": "The library contains methods for working with the Login API and allows you to implement the following features:\n  * authentication via email or username and password\n  * authentication via the following social networks:\n    - Google\n    - Facebook\n    - Twitter\n    - LinkedIn\n    - Baidu\n  * sign-up\n  * email confirmation\n  * password reset\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": "11.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/xsolla/commerce-ios-sdk.git",
18     "tag": "0.4.0"
19   },
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "source_files": "LoginKit/**/*.{h,m,swift}",
23   "dependencies": {
24     "XsollaSDKUtilities": [
25       "~> 0.4.0"
26     ]
27   },
28   "swift_version": "5.0"