[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 1 / ADALiOS / 1.2.0 / ADALiOS.podspec.json
blob4e78637b43dc91033f5d31e1861bac2de81828e5
2   "name": "ADALiOS",
3   "version": "1.2.0",
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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
20     "tag": "1.2.0"
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"