blob: c73acc4a2cf4247fcd722ac78520606148f0c82e [file] [log] [blame]
{
"name": "TrustSDK",
"version": "0.0.1",
"summary": "Trust Consumer 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/TrustSDK/**/*.{swift}",
"Sources/Shared/*.{swift}"
],
"dependencies": {
"TrustCore": [
],
"Result": [
]
}
}