[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / e / 8 / FTAPIKit / 1.0.0 / FTAPIKit.podspec.json
blobe4cf3abfb3321f1c2aa90ba799e2253d2e474910
2   "name": "FTAPIKit",
3   "version": "1.0.0",
4   "summary": "Declarative, generic and protocol-orented 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.0.0"
18   },
19   "source_files": "Sources/FTAPIKit/*",
20   "frameworks": "Foundation",
21   "ios": {
22     "frameworks": "MobileCoreServices"
23   },
24   "tvos": {
25     "frameworks": "MobileCoreServices"
26   },
27   "watchos": {
28     "frameworks": "MobileCoreServices"
29   },
30   "swift_versions": "5.0",
31   "platforms": {
32     "ios": "8.0",
33     "osx": "10.10",
34     "watchos": "2.0",
35     "tvos": "9.0"
36   },
37   "swift_version": "5.0"