[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / 8 / 5 / 3 / ADAL / 2.2.0 / ADAL.podspec.json
blob8e0d7a2a9cb72937c353edf03d78f21dd758d1e6
2   "name": "ADAL",
3   "module_name": "ADAL",
4   "version": "2.2.0",
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 OS X 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     "Brandon Werner": "brandwe@microsoft.com"
14   },
15   "social_media_url": "https://twitter.com/azuread",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
22     "tag": "2.2.0"
23   },
24   "header_dir": "ADAL",
25   "prefix_header_file": "ADAL/src/ADAL.pch",
26   "source_files": "ADAL/src/**/*.{h,m}",
27   "public_header_files": "ADAL/src/public/*.h",
28   "ios": {
29     "public_header_files": [
30       "ADAL/src/public/*.h",
31       "ADAL/src/public/ios/*.h"
32     ],
33     "exclude_files": "ADAL/src/**/mac/*"
34   },
35   "osx": {
36     "public_header_files": [
37       "ADAL/src/public/mac/*.h",
38       "ADAL/src/public/*.h"
39     ],
40     "exclude_files": "ADAL/src/**/ios/*",
41     "module_map": "ADAL/resources/mac/adal_mac.modulemap",
42     "resources": "ADAL/resources/mac/ADCredentialViewController.xib"
43   },
44   "exclude_files": [
45     "ADAL/src/broker/ios/ADBrokerKeyHelper.m",
46     "ADAL/src/cache/ios/ADKeychainTokenCache.m",
47     "ADAL/src/workplacejoin/ios/ADWorkPlaceJoinUtil.m"
48   ],
49   "requires_arc": true,
50   "subspecs": [
51     {
52       "name": "tokencacheheader",
53       "platforms": {
54         "ios": "8.0"
55       },
56       "ios": {
57         "source_files": [
58           "ADAL/src/public/mac/ADTokenCache.h",
59           "ADAL/src/public/ios/*.h"
60         ],
61         "public_header_files": [
62           "ADAL/src/public/*.h",
63           "ADAL/src/public/ios/*.h"
64         ]
65       }
66     },
67     {
68       "name": "iosinternalheaders",
69       "platforms": {
70         "osx": "10.10"
71       },
72       "osx": {
73         "source_files": [
74           "ADAL/src/workplacejoin/ios/ADWorkplaceJoinConstants.h",
75           "ADAL/src/broker/ios/*.h",
76           "ADAL/src/public/mac/*.h"
77         ],
78         "public_header_files": [
79           "ADAL/src/public/*.h",
80           "ADAL/src/public/mac/*.h"
81         ]
82       }
83     },
84     {
85       "name": "no-arc",
86       "platforms": {
87         "ios": "8.0"
88       },
89       "source_files": [
90         "ADAL/src/**/*.h",
91         "ADAL/src/broker/ios/ADBrokerKeyHelper.m",
92         "ADAL/src/cache/ios/ADKeychainTokenCache.m",
93         "ADAL/src/workplacejoin/ios/ADWorkPlaceJoinUtil.m"
94       ],
95       "exclude_files": "ADAL/src/**/mac/*",
96       "requires_arc": false
97     }
98   ]