blob: 0d01b8f56388c60b8527f115e7412168332de37a [file] [log] [blame]
{
"name": "TrustWalletSDK",
"version": "0.0.1",
"summary": "Trust Wallet SDK.",
"homepage": "https://github.com/TrustWallet/TrustSDK-iOS",
"authors": {
"Alejandro Isaza": "al@isaza.ca",
"Viktor Radchenko": "yazexel@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/TrustWallet/TrustSDK-iOS.git",
"tag": "0.0.1"
},
"source_files": [
"Sources/TrustWalletSDK/**/*.{swift}",
"Sources/Shared/*.{swift}"
],
"dependencies": {
"TrustCore": [
],
"Result": [
]
}
}