[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 8 / FTAPIKit / 1.1.0 / FTAPIKit.podspec.json
blob58bd5b5a910ca832bf70f2eb33f788f7222efa4a
2   "name": "FTAPIKit",
3   "version": "1.1.0",
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.1.0"
18   },
19   "source_files": "Sources/FTAPIKit/*",
20   "frameworks": [
21     "Foundation",
22     "CoreServices"
23   ],
24   "swift_versions": "5.1",
25   "platforms": {
26     "ios": "8.0",
27     "osx": "10.10",
28     "watchos": "5.0",
29     "tvos": "12.0"
30   },
31   "swift_version": "5.1"