[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 1 / MicrosoftQuickAuthSwiftSupport / 0.0.6 / MicrosoftQuickAuthSwiftSupport.podspec.json
blob33e926e03dce4f56d29a697ed12fc9aa763cbcc9
2   "name": "MicrosoftQuickAuthSwiftSupport",
3   "version": "0.0.6",
4   "summary": "Add SwiftUI support for MicrosoftQuickAuth.",
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": "yueqizhao@microsoft.com"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/microsoft/quick-authentication-mobile.git",
18     "tag": "0.0.6"
19   },
20   "module_name": "MSQASignInSwift",
21   "prefix_header_file": false,
22   "source_files": "iOS/MSQASignInSwift/*.swift",
23   "frameworks": "SwiftUI",
24   "dependencies": {
25     "MicrosoftQuickAuth": [
26       "~> 0.0.5"
27     ]
28   }