[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 5 / e / 1 / ADALiOS / 2.1.0-beta.2 / ADALiOS.podspec.json
blob191ce2c2d34bc12e4cee5dcf1dc12de955d8d94b
2   "name": "ADALiOS",
3   "version": "2.1.0-beta.2",
4   "summary": "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application",
5   "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.",
6   "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-objc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Brandon Werner": "brandwe@microsoft.com"
13   },
14   "social_media_url": "https://twitter.com/azuread",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
20     "tag": "2.1.0-beta.2"
21   },
22   "default_subspecs": "Core",
23   "deprecated_in_favor_of": "ADAL",
24   "subspecs": [
25     {
26       "name": "PrivateHeader",
27       "ios": {
28         "source_files": "ADAL/src/public/mac/ADTokenCache.h",
29         "private_header_files": "ADAL/src/public/mac/ADTokenCache.h"
30       }
31     },
32     {
33       "name": "no-arc",
34       "source_files": [
35         "ADAL/src/**/*.{h}",
36         "ADAL/src/broker/ios/ADBrokerKeyHelper.m",
37         "ADAL/src/cache/ios/ADKeychainTokenCache.m",
38         "ADAL/src/workplacejoin/ios/ADWorkPlaceJoinUtil.m"
39       ],
40       "requires_arc": false
41     },
42     {
43       "name": "Core",
44       "public_header_files": "ADAL/src/public/*.h",
45       "source_files": "ADAL/src/**/*.{h,m}",
46       "prefix_header_file": "ADAL/src/ADAL.pch",
47       "exclude_files": [
48         "ADAL/src/**/mac/*",
49         "ADAL/src/broker/ios/ADBrokerKeyHelper.m",
50         "ADAL/src/cache/ios/ADKeychainTokenCache.m",
51         "ADAL/src/workplacejoin/ios/ADWorkPlaceJoinUtil.m"
52       ],
53       "requires_arc": true,
54       "dependencies": {
55         "ADALiOS/no-arc": [
57         ]
58       }
59     }
60   ]