blob: 230ab8d6a0dea60d242be4f5dea6f043abbbc8e1 [file] [log] [blame]
{
"name": "IpfsApi",
"version": "0.1.0",
"summary": "A wrapper of the IPFS Client HTTP-API for iOS.",
"module_name": "Ipfs",
"description": "A client library for the IPFS HTTP API, implemented in Swift. Check out IPFS Docs(https://ipfs.io/docs/api/) for the full command reference.",
"homepage": "https://github.com/kjaylee/ios-ipfs-api",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kjaylee": "k.jaylee@gmail.com"
},
"source": {
"git": "https://github.com/kjaylee/ios-ipfs-api.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/kjaylee",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "IpfsApi/Classes/*.swift",
"dependencies": {
"Moya": [
"~> 11.0"
]
}
}