[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 6 / ToznyHeimdallr / 4.0.1 / ToznyHeimdallr.podspec.json
blobd1e46c80a74648b6695ee71d78ee572e124c616a
2   "name": "ToznyHeimdallr",
3   "version": "4.0.1",
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.1"
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   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "Result": [
30           "~> 4.1.0"
31         ]
32       },
33       "frameworks": "Foundation",
34       "source_files": "Heimdallr/*.swift"
35     }
36   ]