[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / b / f / Bitski / 0.5.0 / Bitski.podspec.json
blobc94fb7f50524f6f912627ddfad31ab779a6e2e72
2   "name": "Bitski",
3   "version": "0.5.0",
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/bitski-ios",
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/bitski-ios.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "Bitski/Classes/**/*",
23   "exclude_files": "docs/**/*",
24   "dependencies": {
25     "Web3": [
26       "~> 0.3.1"
27     ],
28     "Web3/ContractABI": [
29       "~> 0.3.1"
30     ],
31     "Web3/PromiseKit": [
32       "~> 0.3.1"
33     ],
34     "AppAuth": [
35       "~> 0.93"
36     ],
37     "BigInt.swift": [
38       "~> 1.0"
39     ],
40     "secp256k1.swift": [
41       "~> 0.1"
42     ],
43     "PromiseKit/CorePromise": [
44       "~> 6.0"
45     ]
46   },
47   "swift_version": "4.0"