[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / 3 / ADAL / 2.6.1 / ADAL.podspec.json
blobdbd9388adfb6bf6b7a522881c628437c8ac9a0e9
2   "name": "ADAL",
3   "module_name": "ADAL",
4   "version": "2.6.1",
5   "summary": "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application",
6   "description": "The Azure Identity Library for Objective C. This library gives you the ability to add support for Work Accounts to your iOS and macOS applications with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.",
7   "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-objc",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Microsoft": "nugetaad@microsoft.com"
14   },
15   "social_media_url": "https://twitter.com/azuread",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
22     "tag": "2.6.1"
23   },
24   "default_subspecs": "app-lib",
25   "prefix_header_file": "ADAL/src/ADAL.pch",
26   "header_dir": "ADAL",
27   "module_map": "ADAL/resources/mac/adal_mac.modulemap",
28   "subspecs": [
29     {
30       "name": "app-lib",
31       "source_files": "ADAL/src/**/*.{h,m}",
32       "ios": {
33         "public_header_files": [
34           "ADAL/src/public/*.h",
35           "ADAL/src/public/ios/*.h"
36         ],
37         "exclude_files": "ADAL/src/**/mac/*",
38         "dependencies": {
39           "ADAL/tokencacheheader": [
41           ]
42         }
43       },
44       "osx": {
45         "public_header_files": [
46           "ADAL/src/public/mac/*.h",
47           "ADAL/src/public/*.h"
48         ],
49         "exclude_files": "ADAL/src/**/ios/*",
50         "resources": "ADAL/resources/mac/ADCredentialViewController.xib"
51       },
52       "requires_arc": true
53     },
54     {
55       "name": "tokencacheheader",
56       "platforms": {
57         "ios": "9.0"
58       },
59       "ios": {
60         "source_files": "ADAL/src/public/mac/ADTokenCache.h",
61         "private_header_files": "ADAL/src/public/mac/ADTokenCache.h"
62       }
63     },
64     {
65       "name": "extension",
66       "compiler_flags": "-DADAL_EXTENSION_SAFE=1",
67       "source_files": "ADAL/src/**/*.{h,m}",
68       "ios": {
69         "public_header_files": [
70           "ADAL/src/public/*.h",
71           "ADAL/src/public/ios/*.h"
72         ],
73         "exclude_files": "ADAL/src/**/mac/*",
74         "dependencies": {
75           "ADAL/tokencacheheader": [
77           ]
78         }
79       },
80       "osx": {
81         "public_header_files": [
82           "ADAL/src/public/mac/*.h",
83           "ADAL/src/public/*.h"
84         ],
85         "exclude_files": "ADAL/src/**/ios/*"
86       },
87       "requires_arc": true
88     }
89   ]