[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 8 / FTAPIKit / 0.4.1 / FTAPIKit.podspec.json
blob93dce4ea708cddb2f384e7d7d0606293a43a01c9
2   "name": "FTAPIKit",
3   "version": "0.4.1",
4   "summary": "Declarative, generic REST API framework using URLSession and Codable",
5   "description": "Protocol-oriented REST API library for communication with REST APIs.\nAPIEndpoint protocols allow description of the API access points\nand the requests/responses codable types. APIAdapter handles execution\nof calls to this endpoints.",
6   "homepage": "https://github.com/thefuntasty/FTAPIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matěj Kašpar Jirásek": "matej.jirasek@thefuntasty.com"
13   },
14   "social_media_url": "https://twitter.com/thefuntasty",
15   "default_subspecs": "Core",
16   "swift_version": "4.2",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "source": {
24     "git": "https://github.com/thefuntasty/FTAPIKit.git",
25     "tag": "0.4.1"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/**/*",
31       "frameworks": "Foundation",
32       "ios": {
33         "frameworks": "MobileCoreServices"
34       },
35       "tvos": {
36         "frameworks": "MobileCoreServices"
37       },
38       "watchos": {
39         "frameworks": "MobileCoreServices"
40       }
41     },
42     {
43       "name": "PromiseKit",
44       "source_files": [
45         "Extensions/PromiseKit/URLSessionAPIAdapter+PromiseKit.swift",
46         "Extensions/PromiseKit/APIAdapter+PromiseKit.swift"
47       ],
48       "dependencies": {
49         "PromiseKit": [
50           "~> 6.0"
51         ],
52         "FTAPIKit/Core": [
54         ]
55       }
56     }
57   ]