[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 1 / 4 / swift-trpc / 0.0.2 / swift-trpc.podspec.json
blob5ba720d4173c56b12e12a4c4d47f0edc8f0c9051
2   "name": "swift-trpc",
3   "version": "0.0.2",
4   "summary": "A quick and easy way to get your tRPC API work in Swift environment",
5   "description": "This library is created because of the need to sometimes use tRPC APIs on native platforms.\nIt is only recommended that you use this as a tranitional solution when there's an existing\ntRPC API and you want to use it in your Swift app without too much difficulty. It isn't\nrecommended that you use this as your primary and only solution in production, as it breaks\nthe type-safe philosofy of tRPC by itself, but if you want a challenge, you absolutely may.\n(There is certainly no limitation for this in LICENSE :3 )",
6   "homepage": "https://github.com/swift-trpc/swift-trpc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artem Tarasenko": "shabashab.04@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "osx": "10.15"
17   },
18   "source": {
19     "git": "https://github.com/swift-trpc/swift-trpc.git",
20     "tag": "0.0.2"
21   },
22   "swift_versions": "4.0",
23   "source_files": "Sources/**/*.swift",
24   "swift_version": "4.0"