blob: 885c9a3e4d6c195ca6e8ba4933e708a9fba8f8fc [file] [log] [blame]
{
"name": "essentia-bridges-api-ios",
"version": "0.4.0",
"summary": "Bridges api for crypto wallets",
"homepage": "https://github.com/essentiaone/essentia-bridges-api-ios.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"impl": "pavlo.bojkoo@gmail.com"
},
"source": {
"git": "https://github.com/essentiaone/essentia-bridges-api-ios.git",
"tag": "0.4.0"
},
"swift_versions": "5",
"static_framework": true,
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "4.0"
},
"module_name": "EssentiaBridgesApi",
"source_files": "essentia-bridges-api-ios/**/*.{swift}",
"dependencies": {
"essentia-network-core-ios": [
]
}
}