[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 1 / ADALiOS / 1.1.3 / ADALiOS.podspec.json
blob20abd9648dd27f2baecd5945feb7c698475b638c
2   "name": "ADALiOS",
3   "version": "1.1.3",
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.\n",
6   "homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-objc",
7   "license": {
8     "type": "Apache License, Version 2.0",
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": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
20     "tag": "1.1.3"
21   },
22   "dependencies": {
23     "OpenSSL": [
24       "1.0"
25     ]
26   },
27   "source_files": "ADALiOS/ADALiOS/**/*.{h,m}",
28   "resources": "ADALiOS/ADALiOS/*.storyboard",
29   "preserve_paths": "ADALiOS/ADALiOS/**/*.{h,m}",
30   "requires_arc": true,
31   "deprecated_in_favor_of": "ADAL"