| { |
| "name": "Callable", |
| "version": "0.1.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.1.1" |
| }, |
| "source_files": "Callable/**/*.swift", |
| "requires_arc": true, |
| "static_framework": true, |
| "dependencies": { |
| "FirebaseFunctions": [ |
| |
| ], |
| "Result": [ |
| |
| ] |
| } |
| } |