blob: 4f6facaf448d3602996cc847f4cd83704b1bf6d6 [file] [log] [blame]
{
"name": "Gomobile-IPFS-Bridge",
"version": "1.2.0",
"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.2.0/bridge-1.2.0.zip"
},
"swift_versions": "5.0",
"static_framework": true,
"source_files": "*.swift",
"header_dir": "GomobileIPFS",
"dependencies": {
"Gomobile-IPFS-Core": [
"~> 1.2.0"
]
},
"swift_version": "5.0"
}