[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / 5 / OhMyAuth / 2.0.0 / OhMyAuth.podspec.json
blobb83211a33f5a294a27d2bdcf706f9e0e822ea539
2   "name": "OhMyAuth",
3   "summary": "Simple OAuth2 library with a support of multiple services.",
4   "version": "2.0.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": "2.0.0"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "9.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       "~> 2.0"
37     ],
38     "JWTDecode": [
39       "~> 2.0"
40     ]
41   },
42   "pod_target_xcconfig": {
43     "SWIFT_VERSION": "4.0"
44   },
45   "pushed_with_swift_version": "4.0"