[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 5 / 3 / ADAL / 2.6.4 / ADAL.podspec.json
blobc7151070cabf05b8302d5f78121bd063a3f422f9
2   "name": "ADAL",
3   "module_name": "ADAL",
4   "version": "2.6.4",
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.4"
23   },
24   "pod_target_xcconfig": {
25     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
26   },
27   "default_subspecs": "app-lib",
28   "prefix_header_file": "ADAL/src/ADAL.pch",
29   "header_dir": "ADAL",
30   "module_map": "ADAL/resources/mac/adal_mac.modulemap",
31   "subspecs": [
32     {
33       "name": "app-lib",
34       "source_files": "ADAL/src/**/*.{h,m}",
35       "ios": {
36         "public_header_files": [
37           "ADAL/src/public/*.h",
38           "ADAL/src/public/ios/*.h"
39         ],
40         "exclude_files": "ADAL/src/**/mac/*",
41         "dependencies": {
42           "ADAL/tokencacheheader": [
44           ]
45         }
46       },
47       "osx": {
48         "public_header_files": [
49           "ADAL/src/public/mac/*.h",
50           "ADAL/src/public/*.h"
51         ],
52         "exclude_files": "ADAL/src/**/ios/*",
53         "resources": "ADAL/resources/mac/ADCredentialViewController.xib"
54       },
55       "requires_arc": true
56     },
57     {
58       "name": "tokencacheheader",
59       "platforms": {
60         "ios": "9.0"
61       },
62       "ios": {
63         "source_files": "ADAL/src/public/mac/ADTokenCache.h",
64         "private_header_files": "ADAL/src/public/mac/ADTokenCache.h"
65       }
66     },
67     {
68       "name": "extension",
69       "compiler_flags": "-DADAL_EXTENSION_SAFE=1",
70       "source_files": "ADAL/src/**/*.{h,m}",
71       "ios": {
72         "public_header_files": [
73           "ADAL/src/public/*.h",
74           "ADAL/src/public/ios/*.h"
75         ],
76         "exclude_files": "ADAL/src/**/mac/*",
77         "dependencies": {
78           "ADAL/tokencacheheader": [
80           ]
81         }
82       },
83       "osx": {
84         "public_header_files": [
85           "ADAL/src/public/mac/*.h",
86           "ADAL/src/public/*.h"
87         ],
88         "exclude_files": "ADAL/src/**/ios/*"
89       },
90       "requires_arc": true
91     }
92   ]