[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / 7 / QuickAuth / 1.0.4 / QuickAuth.podspec.json
blob80b48d5c41726215bc3d5d0aac37fd7b14508f69
2   "name": "QuickAuth",
3   "version": "1.0.4",
4   "summary": "QuickAuth is simple OAuth2 authentication library designed for Swift applications.",
5   "description": "QuickAuth is simple OAuth2 authentication library designed for Swift applications. It handles all authorized and non-authorized network requests, leveraging access and refresh tokens for authentication. QuickAuth emphasizes security by avoiding the storage of sensitive information on the library side, instead delegating this responsibility to the client application. Importantly, QuickAuth is built on the Combine framework, offering a modern approach to asynchronous programming in Swift.",
6   "homepage": "https://github.com/micho233/quickauth",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mirsad Arslanovic": "mirsad.arslanovic@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/micho233/quickauth.git",
16     "tag": "1.0.4"
17   },
18   "social_media_url": "https://twitter.com/Hepek233",
19   "cocoapods_version": ">= 1.13.0",
20   "swift_versions": [
21     "5"
22   ],
23   "platforms": {
24     "ios": "13.0",
25     "osx": "10.15",
26     "watchos": "7.0",
27     "tvos": "13.0"
28   },
29   "source_files": "Sources/**/*",
30   "resource_bundles": {
31     "Alamofire": [
32       "Sources/PrivacyInfo.xcprivacy"
33     ]
34   },
35   "swift_version": "5"