blob: d5b6e54929a037310a1743656e89ce94accbb279 [file] [log] [blame]
{
"name": "DexonWalletSDK",
"version": "0.3.0",
"summary": "DEXON Wallet SDK for iOS",
"homepage": "https://dexon.org/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DEXON Foundation": "support@dexon.org"
},
"source": {
"git": "https://github.com/dexon-foundation/dexon-wallet-sdk-ios.git",
"tag": "v0.3.0"
},
"social_media_url": "https://twitter.com/dexonfoundation",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.{swift}",
"dependencies": {
"Result": [
"~> 4.0.0"
],
"BigInt": [
"~> 3.1.0"
]
}
},
{
"name": "Web3",
"source_files": "Sources/Web3/**/*.{swift}",
"dependencies": {
"DexonWalletSDK/Core": [
"~> 0.3.0"
],
"CryptoSwift": [
"~> 0.14.0"
],
"web3swift.pod": [
"~> 2.1.10"
]
}
}
]
}