[Add] DoordeckSDK 0.58.0
[CocoaPods.git] / Specs / 8 / 2 / 1 / WebAuthenticationSession / 1.0 / WebAuthenticationSession.podspec.json
blobeb4106b021e34a70cdcd823a7717b6007ecbec6b
2   "name": "WebAuthenticationSession",
3   "version": "1.0",
4   "summary": "A drop in replacement for SFAuthenticationSession and ASWebAuthenticationSession.",
5   "description": "Apple has deprecated SFAuthenticationSession in iOS 12 in favor of ASWebAuthenticationSession.\nSince the API is practically identical, this library makes it easier to support both classes when targeting iOS 11.",
6   "homepage": "https://github.com/JonathanDowning/WebAuthenticationSession",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JonathanDowning": "jd@jonathandowning.uk"
13   },
14   "source": {
15     "git": "https://github.com/JonathanDowning/WebAuthenticationSession.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "WebAuthenticationSession/Classes/**/*"