[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 1 / ADALiOS / 2.1.0-beta.2.1 / ADALiOS.podspec.json
blob7208f5061da47a3877672db8c881cef0ec9ea624
2   "name": "ADALiOS",
3   "module_name": "ADAL",
4   "version": "2.1.0-beta.2.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 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": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
21     "commit": "c52c34cd31c352730b4b9e325d66fdb7f7b1650c"
22   },
23   "default_subspecs": "Core",
24   "deprecated_in_favor_of": "ADAL",
25   "subspecs": [
26     {
27       "name": "PrivateHeader",
28       "ios": {
29         "source_files": "ADAL/src/public/mac/ADTokenCache.h",
30         "private_header_files": "ADAL/src/public/mac/ADTokenCache.h"
31       }
32     },
33     {
34       "name": "no-arc",
35       "source_files": [
36         "ADAL/src/**/*.{h}",
37         "ADAL/src/broker/ios/ADBrokerKeyHelper.m",
38         "ADAL/src/cache/ios/ADKeychainTokenCache.m",
39         "ADAL/src/workplacejoin/ios/ADWorkPlaceJoinUtil.m"
40       ],
41       "requires_arc": false
42     },
43     {
44       "name": "Core",
45       "public_header_files": "ADAL/src/public/*.h",
46       "source_files": "ADAL/src/**/*.{h,m}",
47       "prefix_header_file": "ADAL/src/ADAL.pch",
48       "exclude_files": [
49         "ADAL/src/**/mac/*",
50         "ADAL/src/broker/ios/ADBrokerKeyHelper.m",
51         "ADAL/src/cache/ios/ADKeychainTokenCache.m",
52         "ADAL/src/workplacejoin/ios/ADWorkPlaceJoinUtil.m"
53       ],
54       "requires_arc": true,
55       "dependencies": {
56         "ADALiOS/no-arc": [
58         ]
59       }
60     }
61   ]