| { |
| "name": "MSGraphMSALAuthProvider", |
| "version": "0.1.1", |
| "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.1.1" |
| }, |
| "source_files": "MSGraphMSALAuthProvider/MSGraphMSALAuthProvider/*.{h,m}", |
| "exclude_files": "MSGraphMSALAuthProvider/MSGraphMSALAuthProviderTests/*", |
| "public_header_files": "MSGraphMSALAuthProvider/MSGraphMSALAuthProvider/*.h", |
| "dependencies": { |
| "MSGraphClientSDK": [ |
| "~> 0.1.2" |
| ], |
| "MSAL": [ |
| "~> 0.2" |
| ] |
| } |
| } |