4 "summary": "Videolan and Microsoft Authentication Library (MSAL) for iOS",
5 "description": "The MSAL library for iOS gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Microsoft Azure B2C for those using our hosted identity management service.",
6 "homepage": "https://github.com/Mikanbu/microsoft-authentication-library-for-objc",
12 "Microsoft": "nugetaad@microsoft.com"
14 "social_media_url": "https://twitter.com/azuread",
20 "git": "https://github.com/Mikanbu/microsoft-authentication-library-for-objc.git",
24 "pod_target_xcconfig": {
25 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
27 "default_subspecs": "app-lib",
28 "prefix_header_file": "MSAL/src/MSAL.pch",
34 "MSAL/src/**/*.{h,m}",
35 "MSAL/IdentityCore/IdentityCore/src/**/*.{h,m}"
38 "public_header_files": [
39 "MSAL/src/public/*.h",
40 "MSAL/src/public/ios/**/*.h",
41 "MSAL/src/public/configuration/**/*.h"
45 "MSAL/IdentityCore/IdentityCore/src/**/mac/*"
49 "public_header_files": [
50 "MSAL/src/public/mac/*.h",
51 "MSAL/src/public/*.h",
52 "MSAL/src/public/configuration/**/*.h"
56 "MSAL/IdentityCore/IdentityCore/src/**/ios/*"
63 "compiler_flags": "-DADAL_EXTENSION_SAFE=1",
65 "MSAL/src/**/*.{h,m}",
66 "MSAL/IdentityCore/IdentityCore/src/**/*.{h,m}"
69 "public_header_files": [
70 "MSAL/src/public/*.h",
71 "MSAL/src/public/ios/**/*.h",
72 "MSAL/src/public/configuration/**/*.h"
76 "MSAL/IdentityCore/IdentityCore/src/**/mac/*"
80 "public_header_files": [
81 "MSAL/src/public/mac/*.h",
82 "MSAL/src/public/*.h",
83 "MSAL/src/public/configuration/**/*.h"
87 "MSAL/IdentityCore/IdentityCore/src/**/ios/*"