[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / b / f / VLC-MSAL / 1.2.2 / VLC-MSAL.podspec.json
blob2c551d987bf8cce305bcaaedfcb67d2ae16a40e2
2   "name": "VLC-MSAL",
3   "version": "1.2.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Microsoft": "nugetaad@microsoft.com"
13   },
14   "social_media_url": "https://twitter.com/azuread",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12"
18   },
19   "source": {
20     "git": "https://github.com/Mikanbu/microsoft-authentication-library-for-objc.git",
21     "tag": "1.2.2",
22     "submodules": true
23   },
24   "pod_target_xcconfig": {
25     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
26   },
27   "default_subspecs": "app-lib",
28   "prefix_header_file": "MSAL/src/MSAL.pch",
29   "header_dir": "MSAL",
30   "subspecs": [
31     {
32       "name": "app-lib",
33       "source_files": [
34         "MSAL/src/**/*.{h,m}",
35         "MSAL/IdentityCore/IdentityCore/src/**/*.{h,m}"
36       ],
37       "ios": {
38         "public_header_files": [
39           "MSAL/src/public/*.h",
40           "MSAL/src/public/ios/**/*.h",
41           "MSAL/src/public/configuration/**/*.h"
42         ],
43         "exclude_files": [
44           "MSAL/src/**/mac/*",
45           "MSAL/IdentityCore/IdentityCore/src/**/mac/*"
46         ]
47       },
48       "osx": {
49         "public_header_files": [
50           "MSAL/src/public/mac/*.h",
51           "MSAL/src/public/*.h",
52           "MSAL/src/public/configuration/**/*.h"
53         ],
54         "exclude_files": [
55           "MSAL/src/**/ios/*",
56           "MSAL/IdentityCore/IdentityCore/src/**/ios/*"
57         ]
58       },
59       "requires_arc": true
60     },
61     {
62       "name": "extension",
63       "compiler_flags": "-DADAL_EXTENSION_SAFE=1",
64       "source_files": [
65         "MSAL/src/**/*.{h,m}",
66         "MSAL/IdentityCore/IdentityCore/src/**/*.{h,m}"
67       ],
68       "ios": {
69         "public_header_files": [
70           "MSAL/src/public/*.h",
71           "MSAL/src/public/ios/**/*.h",
72           "MSAL/src/public/configuration/**/*.h"
73         ],
74         "exclude_files": [
75           "MSAL/src/**/mac/*",
76           "MSAL/IdentityCore/IdentityCore/src/**/mac/*"
77         ]
78       },
79       "osx": {
80         "public_header_files": [
81           "MSAL/src/public/mac/*.h",
82           "MSAL/src/public/*.h",
83           "MSAL/src/public/configuration/**/*.h"
84         ],
85         "exclude_files": [
86           "MSAL/src/**/ios/*",
87           "MSAL/IdentityCore/IdentityCore/src/**/ios/*"
88         ]
89       },
90       "requires_arc": true
91     }
92   ]