[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 1 / ADALiOS / 1.2.5.1 / ADALiOS.podspec.json
blobff0e3ea01e46327d81df84804d5ee331f76d6633
2   "name": "ADALiOS",
3   "version": "1.2.5.1",
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": "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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
20     "tag": "1.2.5.1"
21   },
22   "source_files": "ADALiOS/ADALiOS/**/*.{h,m}",
23   "resources": "ADALiOS/ADALiOS/*.storyboard",
24   "preserve_paths": "ADALiOS/ADALiOS/**/*.{h,m}",
25   "requires_arc": true,
26   "deprecated_in_favor_of": "ADAL"