blob: a6a8a310ba50b057cc1b0cb83e8f7c10dc9c1cb8 [file] [log] [blame]
{
"name": "essentia-bridges-api-ios",
"version": "0.2.9",
"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.2.9"
},
"swift_version": "4.2",
"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": [
]
}
}