blob: cc7867413da69071960c10df40a387105d2a5af2 [file] [log] [blame]
{
"name": "RocksideWalletSdk",
"version": "0.1.0",
"summary": "Manage ethereum Wallet and interact with Rockside",
"homepage": "https://github.com/rocksideio/rockside-wallet-sdk-ios",
"license": "MIT",
"authors": {
"Fred DE MATOS": "fde@rockside.io"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/rocksideio/rockside-wallet-sdk-ios.git",
"tag": "0.1.0"
},
"source_files": "RocksideWalletSdk/**/*.{swift,h,m}",
"public_header_files": [
"RocksideWalletSdk/RocksideWalletSdk.h",
"RocksideWalletSdk/lib/TrustCore/Crypto.h"
],
"dependencies": {
"BigInt": [
],
"TrezorCrypto": [
"~> 0.0.8"
]
},
"swift_version": "5.0"
}