[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 9 / a / Callable / 0.3.2 / Callable.podspec.json
blob7dc67550e61552d6aac6e351c495a12a2a6ed917
2   "name": "Callable",
3   "version": "0.3.2",
4   "summary": "Type-safe Firebase HTTPS Callable Functions client using Decodable",
5   "homepage": "https://github.com/starhoshi/Callable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "star__hoshi": "kensuke1751@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/star__hoshi",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/starhoshi/Callable.git",
19     "tag": "0.3.2"
20   },
21   "source_files": "Callable/**/*.swift",
22   "requires_arc": true,
23   "static_framework": true,
24   "dependencies": {
25     "Firebase/Functions": [
27     ],
28     "Result": [
30     ]
31   }