-
Notifications
You must be signed in to change notification settings - Fork 112
install_cocoapods
Brandon Werner edited this page Mar 15, 2018
·
3 revisions
You can use CocoaPods to remain up to date with ADAL within a specific major version. Include the following line in your podfile:
pod 'ADAL', '~> 2.2'
You then you can run either pod install
(if it's a new PodFile) or pod update
(if it's an existing PodFile) to get the latest version of ADAL. Subsequent calls to pod update
will update to the latest released version of ADAL as well.
See CocoaPods for more information on setting up a PodFile