[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / b / f / Bitski / 0.1.3 / Bitski.podspec.json
blobafd6967106ca3895e67933820d4c6f71d26a9b0f
2   "name": "Bitski",
3   "version": "0.1.3",
4   "summary": "Bitski SDK for iOS. Interact with Ethereum wallets using simple OpenID auth.",
5   "description": "Provides tools for connecting to Ethereum wallets,\ncreating transactions, and interacting with the Ethereum\nnetwork through Web3.swift and OpenID Connect.",
6   "homepage": "https://github.com/BitskiCo/BitskiSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Josh Pyles": "josh@outtherelabs.com"
13   },
14   "source": {
15     "git": "https://github.com/BitskiCo/BitskiSDK.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "Bitski/Classes/**/*",
23   "dependencies": {
24     "Web3": [
25       "~> 0.1"
26     ],
27     "Web3/PromiseKit": [
28       "~> 0.1"
29     ],
30     "AppAuth": [
31       "~> 0.92"
32     ],
33     "BigInt.swift": [
34       "~> 1.0"
35     ],
36     "secp256k1.swift": [
37       "~> 0.1"
38     ],
39     "PromiseKit/CorePromise": [
40       "~> 6.0"
41     ]
42   }