[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / c / 0 / 6 / MasAppAuth / 1.6.2 / MasAppAuth.podspec.json
blob91616cb08a61ecfcd6f2edf8a6e085d706dd6343
2   "name": "MasAppAuth",
3   "version": "1.6.2",
4   "summary": "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers.",
5   "description": "AppAuth for iOS and macOS is a client SDK for communicating with [OAuth 2.0]\n(https://tools.ietf.org/html/rfc6749) and [OpenID Connect]\n(http://openid.net/specs/openid-connect-core-1_0.html) providers. It strives to\ndirectly map the requests and responses of those specifications, while following\nthe idiomatic style of the implementation language. In addition to mapping the\nraw protocol flows, convenience methods are available to assist with common\ntasks like performing an action with fresh tokens.\n\nIt follows the OAuth 2.0 for Native Apps best current practice\n([RFC 8252](https://tools.ietf.org/html/rfc8252)).",
6   "homepage": "hhttps://github.com/imranMnts/AppAuth-iOS",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "William Denniss": "wdenniss@google.com",
10     "Steven E Wright": "stevewright@google.com",
11     "Julien Bodet": "julien.bodet92@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0",
15     "osx": "10.9",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/imranMnts/AppAuth-iOS.git",
21     "tag": "1.6.2"
22   },
23   "requires_arc": true,
24   "default_subspecs": [
25     "Core",
26     "ExternalUserAgent"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Source/AppAuthCore.h",
33         "Source/AppAuthCore/*.{h,m}"
34       ]
35     },
36     {
37       "name": "ExternalUserAgent",
38       "dependencies": {
39         "MasAppAuth/Core": [
41         ]
42       },
43       "source_files": [
44         "Source/AppAuth.h",
45         "Source/AppAuth/*.{h,m}"
46       ],
47       "ios": {
48         "source_files": "Source/AppAuth/iOS/**/*.{h,m}",
49         "frameworks": "SafariServices",
50         "weak_frameworks": "AuthenticationServices"
51       },
52       "platforms": {
53         "ios": "7.0",
54         "osx": "10.9"
55       },
56       "osx": {
57         "source_files": "Source/AppAuth/macOS/**/*.{h,m}",
58         "weak_frameworks": "AuthenticationServices"
59       }
60     },
61     {
62       "name": "TV",
63       "source_files": [
64         "Source/AppAuthTV.h",
65         "Source/AppAuthTV/*.{h,m}"
66       ],
67       "dependencies": {
68         "MasAppAuth/Core": [
70         ]
71       }
72     }
73   ]