[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 8 / FTAPIKit / 0.5.0 / FTAPIKit.podspec.json
blobcaa9a41b83925135554610864f64c83aece62535
2   "name": "FTAPIKit",
3   "version": "0.5.0",
4   "summary": "Declarative, generic REST API framework using URLSession and Codable",
5   "description": "Protocol-oriented REST API library for communication with REST API.\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_versions": "5.0",
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.5.0"
26   },
27   "swift_version": "5.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/FTAPIKit/*",
32       "frameworks": "Foundation",
33       "ios": {
34         "frameworks": "MobileCoreServices"
35       },
36       "tvos": {
37         "frameworks": "MobileCoreServices"
38       },
39       "watchos": {
40         "frameworks": "MobileCoreServices"
41       }
42     },
43     {
44       "name": "PromiseKit",
45       "source_files": [
46         "Sources/FTAPIKitPromiseKit/URLSessionAPIAdapter+PromiseKit.swift",
47         "Sources/FTAPIKitPromiseKit/Resolver+Result.swift",
48         "Sources/FTAPIKitPromiseKit/APIAdapter+PromiseKit.swift"
49       ],
50       "dependencies": {
51         "PromiseKit": [
52           "~> 6.0"
53         ],
54         "FTAPIKit/Core": [
56         ]
57       }
58     }
59   ]