blob: 97e6bbd63309c0e09e0fe463b41798ed4cb43541 [file] [log] [blame]
{
"name": "Bitski",
"version": "0.4.2",
"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/bitski-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Pyles": "josh@outtherelabs.com"
},
"source": {
"git": "https://github.com/BitskiCo/bitski-ios.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "Bitski/Classes/**/*",
"exclude_files": "docs/**/*",
"dependencies": {
"Web3": [
"~> 0.3.1"
],
"Web3/ContractABI": [
"~> 0.3.1"
],
"Web3/PromiseKit": [
"~> 0.3.1"
],
"AppAuth": [
"~> 0.93"
],
"BigInt.swift": [
"~> 1.0"
],
"secp256k1.swift": [
"~> 0.1"
],
"PromiseKit/CorePromise": [
"~> 6.0"
]
}
}