[Add] QuickplaySDK 2.3.2
[CocoaPods.git] / Specs / 7 / 0 / 5 / OhMyAuth / 1.2.0 / OhMyAuth.podspec.json
blobc0a1c60486d4333d6b55c0dffe1a0cf8ec744b71
2   "name": "OhMyAuth",
3   "summary": "Simple OAuth2 library with a support of multiple services.",
4   "version": "1.2.0",
5   "homepage": "https://github.com/hyperoslo/OhMyAuth",
6   "license": "MIT",
7   "authors": {
8     "Hyper Interaktiv AS": "ios@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/hyperoslo/OhMyAuth.git",
12     "tag": "1.2.0"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Sources/{iOS,Shared}/**/*",
22     "frameworks": [
23       "UIKit",
24       "Foundation"
25     ]
26   },
27   "osx": {
28     "source_files": "Sources/{Mac,Shared}/**/*",
29     "frameworks": [
30       "Cocoa",
31       "Foundation"
32     ]
33   },
34   "dependencies": {
35     "Keychains": [
36       "~> 1.0.0"
37     ],
38     "JWTDecode": [
39       "~> 2.0.0"
40     ]
41   },
42   "pod_target_xcconfig": {
43     "SWIFT_VERSION": "3.0"
44   },
45   "pushed_with_swift_version": "3.0"