blob: 3e1186d5dcd1da2f3371d419e0d73c8c295e72d3 [file] [log] [blame]
{
"name": "Gomobile-IPFS-Bridge",
"version": "1.1.1",
"summary": "Swift module offering a simple interface to the underlying Gomobile-IPFS-Core objects",
"homepage": "https://github.com/ipfs-shipyard/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.1.1/bridge-1.1.1.zip"
},
"swift_versions": "5.0",
"static_framework": true,
"source_files": "*.swift",
"header_dir": "GomobileIPFS",
"dependencies": {
"Gomobile-IPFS-Core": [
"~> 1.1.1"
]
},
"swift_version": "5.0"
}