[Add] DriveMetaDataiOSSDK 0.0.7
[CocoaPods.git] / Specs / 8 / 0 / 7 / RetrofireSwiftV5 / 0.0.2 / RetrofireSwiftV5.podspec.json
blobf56e1b1a88ba5c48cfe2c06ff5703cef3e4be73a
2   "name": "RetrofireSwiftV5",
3   "version": "0.0.2",
4   "summary": "A type-safe HTTP client generator for Swift, inspired by Retrofit. Fully compatible with Alamofire Version 5",
5   "description": "Protocol-based networking (with a bit of Sourcery) used to generate statically typed API Client;\nThis library is inspired by the JVM library Retrofit and is a sort of wrapper for Alamofire (hence the name).\nYou will need to create a Protocol describing your APIs, then Sourcery will generate the actual Alamofire code",
6   "homepage": "https://github.com/OpenXRP/RetrofitSwift",
7   "authors": {
8     "OpenXRP": "secure@openxrp.cloud"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/OpenXRP/RetrofitSwift.git",
16     "tag": "0.0.2"
17   },
18   "social_media_url": "https://twitter.com/OpenXrp",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Sources/*.swift",
24   "resources": [
25     "retrofire.sh",
26     "Templates/*.stencil"
27   ],
28   "dependencies": {
29     "Alamofire": [
31     ],
32     "SourceryForRetrofire": [
33       "0.16.0-sfr-6"
34     ]
35   },
36   "swift_version": "5.0"