[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 5 / KeystoneSDK / 0.6.4 / KeystoneSDK.podspec.json
blob3244afffac7bae28640225e6ce5d36f5daad0f74
2   "name": "KeystoneSDK",
3   "version": "0.6.4",
4   "summary": "A library to simplify the way how software wallets communicate with the Keystone hardware wallet via UR.",
5   "homepage": "https://github.com/KeystoneHQ/keystone-sdk-ios",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright 2023 Keystone"
9   },
10   "authors": "Keystone",
11   "social_media_url": "https://twitter.com/KeystoneWallet",
12   "swift_versions": "5.6",
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/KeystoneHQ/keystone-sdk-ios.git",
18     "tag": "0.6.4"
19   },
20   "source_files": [
21     "Sources/KeystoneSDK/*.swift",
22     "Sources/KeystoneSDK/**/*.swift"
23   ],
24   "requires_arc": true,
25   "static_framework": true,
26   "dependencies": {
27     "URRegistryFFI": [
28       "~> 0.2.5"
29     ],
30     "URKit": [
31       "~> 10.1.0"
32     ]
33   },
34   "swift_version": "5.6"