blob: d23f1c419a61ef655eb16c573b4a57e5460ee776 [file] [log] [blame]
{
"name": "Bitski",
"version": "0.2.0",
"summary": "Bitski SDK for iOS. Interact with Ethereum wallets using simple OpenID auth.",
"description": "Provides tools for connecting to Ethereum wallets,\ncreating transactions, and interacting with the Ethereum\nnetwork through Web3.swift and OpenID Connect.",
"homepage": "https://github.com/BitskiCo/BitskiSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Pyles": "josh@outtherelabs.com"
},
"source": {
"git": "https://github.com/BitskiCo/BitskiSDK.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "Bitski/Classes/**/*",
"dependencies": {
"Web3": [
"~> 0.2"
],
"Web3/PromiseKit": [
"~> 0.2"
],
"AppAuth": [
"~> 0.92"
],
"BigInt.swift": [
"~> 1.0"
],
"secp256k1.swift": [
"~> 0.1"
],
"PromiseKit/CorePromise": [
"~> 6.0"
]
}
}