blob: cba3816ab85206abf2a7096d39642fee36a646b2 [file] [log] [blame]
{
"name": "MSGraphMSALAuthProvider",
"version": "0.2.0",
"summary": "Microsoft Graph Auth Provider for MSAL.",
"description": "Integrate authentication in your apps using this provider to add the capability of communicating with MSGraphClientSDK.",
"homepage": "http://graph.microsoft.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Microsoft Graph",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/microsoftgraph/msgraph-sdk-objc-auth.git",
"tag": "0.2.0"
},
"source_files": "MSGraphMSALAuthProvider/MSGraphMSALAuthProvider/*.{h,m}",
"exclude_files": "MSGraphMSALAuthProvider/MSGraphMSALAuthProviderTests/*",
"public_header_files": "MSGraphMSALAuthProvider/MSGraphMSALAuthProvider/*.h",
"dependencies": {
"MSGraphClientSDK": [
"~> 1.0.0"
],
"MSAL": [
"~> 0.2"
]
}
}