[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / c / Heimdallr / 3.6.1 / Heimdallr.podspec.json
blob3062be55587344ae264da5b1b026e4302fd390d8
2   "name": "Heimdallr",
3   "version": "3.6.1",
4   "authors": {
5     "trivago": "info@trivago.de"
6   },
7   "social_media_url": "https://twitter.com/trivago",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/trivago/Heimdallr.swift",
13   "source": {
14     "git": "https://github.com/trivago/Heimdallr.swift.git",
15     "tag": "3.6.1"
16   },
17   "summary": "Easy to use OAuth 2 library, written in Swift",
18   "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.",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.9"
22   },
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "Result": [
30           "~> 3.0"
31         ]
32       },
33       "frameworks": "Foundation",
34       "source_files": "Heimdallr/Core/*.swift"
35     },
36     {
37       "name": "ReactiveCocoa",
38       "dependencies": {
39         "Heimdallr/Core": [
41         ],
42         "ReactiveSwift": [
43           "~> 1.0"
44         ],
45         "ReactiveObjCBridge": [
46           "~> 1.0"
47         ]
48       },
49       "source_files": "Heimdallr/ReactiveCocoa/*.swift"
50     }
51   ]