blob: 0d4567ac3d630d1e04b89975d1a0f890b3b23752 [file] [log] [blame]
{
"name": "Callable",
"version": "0.5.1",
"summary": "Type-safe Firebase HTTPS Callable Functions client using Decodable",
"homepage": "https://github.com/starhoshi/Callable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"star__hoshi": "kensuke1751@gmail.com"
},
"social_media_url": "https://twitter.com/star__hoshi",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/starhoshi/Callable.git",
"tag": "0.5.1"
},
"source_files": "Callable/**/*.swift",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Firebase/Functions": [
],
"Result": [
]
}
}