blob: af3ba662a4117324d574ec5da3de957dd1e09348 [file] [log] [blame]
{
"name": "Gomobile-IPFS-Bridge",
"version": "1.0.0",
"summary": "Swift module offering a simple interface to the underlying Gomobile-IPFS-Core objects",
"homepage": "https://github.com/aeddi/gomobile-ipfs",
"license": {
"type": "Apache-2.0 / MIT",
"text": "http://www.apache.org/licenses/LICENSE-2.0.txt - http://www.opensource.org/licenses/mit-license.php\n"
},
"authors": {
"Antoine Eddi": "antoine.e.b@gmail.com",
"Guilhem Fanton": "guilhem.fanton@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://dl.bintray.com/berty/gomobile-ipfs-ios/bridge/1.0.0/bridge-1.0.0.zip"
},
"swift_versions": "5.0",
"static_framework": true,
"source_files": "*.swift",
"header_dir": "GomobileIPFS",
"dependencies": {
"Gomobile-IPFS-Core": [
"~> 1.0.0"
]
},
"swift_version": "5.0"
}