[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 1 / 2 / 9 / MicrosoftQuickAuth / 0.0.5 / MicrosoftQuickAuth.podspec.json
blobe800e608e8ddf8e381b85498292bb8d79ab58a51
2   "name": "MicrosoftQuickAuth",
3   "version": "0.0.5",
4   "summary": "The Microsoft Quick Auth SDK allows users to sign in with their Microsoft account from third-party applications.",
5   "homepage": "https://github.com/microsoft/quick-authentication/blob/main/docs/quick-authentication-ios-how-to.md",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Microsoft": "minggangwang@microsoft.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/microsoft/quick-authentication-mobile.git",
18     "tag": "0.0.5"
19   },
20   "source_files": "iOS/MSQASignIn/**/*.[mh]",
21   "public_header_files": "iOS/MSQASignIn/public/*.h",
22   "dependencies": {
23     "MSAL": [
24       "~>1.2"
25     ]
26   },
27   "resource_bundles": {
28     "MicrosoftQuickAuth": [
29       "iOS/MSQASignIn/strings/*",
30       "iOS/MSQASignIn/resources/*"
31     ]
32   }