[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 1 / 5 / KeystoneSDK / 0.5.1 / KeystoneSDK.podspec.json
blob5cb623152e54bac2217c8e0bb4fdb6978a34a241
2   "name": "KeystoneSDK",
3   "version": "0.5.1",
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": "MIT",
7   "authors": "Keystone",
8   "social_media_url": "https://twitter.com/KeystoneWallet",
9   "swift_versions": "5.0",
10   "platforms": {
11     "ios": "15.0"
12   },
13   "source": {
14     "git": "https://github.com/KeystoneHQ/keystone-sdk-ios.git",
15     "tag": "0.5.1"
16   },
17   "source_files": [
18     "Sources/KeystoneSDK/*.swift",
19     "Sources/KeystoneSDK/**/*.swift"
20   ],
21   "requires_arc": true,
22   "static_framework": true,
23   "dependencies": {
24     "URRegistryFFI": [
25       "~> 0.1.1"
26     ],
27     "URKit": [
28       "~> 10.0.1"
29     ]
30   },
31   "swift_version": "5.0"