[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 6 / ToznyHeimdallr / 4.0.2 / ToznyHeimdallr.podspec.json
blob9cdbc2df3c89ed6a67c878124bd50469925d1752
2   "name": "ToznyHeimdallr",
3   "version": "4.0.2",
4   "authors": {
5     "trivago": "info@trivago.de"
6   },
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/tozny/Heimdallr.swift",
12   "source": {
13     "git": "https://github.com/tozny/Heimdallr.swift.git",
14     "tag": "4.0.2"
15   },
16   "summary": "Easy to use OAuth 2 library, written in Swift",
17   "description": "Heimdallr is an OAuth 2.0 client specifically designed for easy usage. It currently supports the resource owner password credentials grant flow, refreshing an access token as well as extension grants.",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "Result": [
29           "~> 4.1.0"
30         ]
31       },
32       "frameworks": "Foundation",
33       "source_files": "Heimdallr/*.swift"
34     }
35   ],
36   "swift_version": "5.0"