[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 8 / FTAPIKit / 1.4.1 / FTAPIKit.podspec.json
blobf5dcbdf6a2ea3c1f2f421890de2e0fe30dce65e2
2   "name": "FTAPIKit",
3   "version": "1.4.1",
4   "summary": "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable",
5   "description": "Protocol-oriented framework for communication with REST APIs.\nEndpoint protocols describe the API resource access points\nand the requests/responses codable types. Server protocol describes web services\nand enables the user to call endoints in a type-safe manner.",
6   "homepage": "https://github.com/futuredapp/FTAPIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matěj Kašpar Jirásek": "matej.jirasek@futured.app"
13   },
14   "social_media_url": "https://twitter.com/Futuredapps",
15   "source": {
16     "git": "https://github.com/futuredapp/FTAPIKit.git",
17     "tag": "1.4.1"
18   },
19   "source_files": "Sources/FTAPIKit/**/*",
20   "exclude_files": "Sources/FTAPIKit/Documentation.docc/**/*",
21   "frameworks": [
22     "Foundation",
23     "CoreServices"
24   ],
25   "weak_frameworks": [
26     "Combine"
27   ],
28   "swift_versions": "5.1",
29   "platforms": {
30     "ios": "9.0",
31     "osx": "10.10",
32     "watchos": "5.0",
33     "tvos": "12.0"
34   },
35   "swift_version": "5.1"