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