[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / 1 / 8 / c / Heimdallr / 3.1.0-alpha.1 / Heimdallr.podspec.json
blob95ebe74dfab820e8e54b8ca7920f6ee63414290d
2   "name": "Heimdallr",
3   "version": "3.1.0-alpha.1",
4   "authors": {
5     "Rheinfabrik": "hi@rheinfabrik.de"
6   },
7   "social_media_url": "https://twitter.com/rheinfabrik",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/rheinfabrik/Heimdallr.swift",
13   "source": {
14     "git": "https://github.com/rheinfabrik/Heimdallr.swift.git",
15     "tag": "3.1.0-alpha.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": "8.0",
21     "osx": "10.10"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "Result": [
29           "0.6.0-beta.5"
30         ],
31         "Argo": [
32           "~> 2.2"
33         ],
34         "KeychainAccess": [
35           "~> 2.3"
36         ]
37       },
38       "frameworks": "Foundation",
39       "source_files": "Heimdallr/Core/*.swift"
40     },
41     {
42       "name": "ReactiveCocoa",
43       "dependencies": {
44         "Heimdallr/Core": [
46         ],
47         "ReactiveCocoa": [
48           "4.0.0-alpha-3"
49         ]
50       },
51       "source_files": "Heimdallr/ReactiveCocoa/*.swift"
52     }
53   ]