blob: 71f29367980672a77f498588fa53f7d2c622151f [file] [log] [blame]
{
"name": "essentia-bridges-api-ios",
"version": "0.1.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.1.9"
},
"swift_version": "4.2",
"static_framework": true,
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "EssentiaBridgesApi",
"source_files": "essentia-bridges-api-ios/**/*.{swift}",
"dependencies": {
"essentia-network-core-ios": [
]
}
}