Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Podfile Info

Josh Gavant edited this page Apr 27, 2015 · 1 revision

The first code block below specifies the standard Podfile to use for your apps. The second code block gives a list of alternative syntaxes to access "nightlies" and other work in progress.

See Podfile Reference for more info.

source 'https://github.com/CocoaPods/Specs.git'
platform :ios
xcodeproj 'yourProjectName'

pod 'Office365', '=0.9.0'
pod 'ADALiOS', '=1.2.2'
pod 'Office365', :head
pod 'Office365', :path => '~/projects/ios-o365-sdk/'
pod 'Office365', :git => 'https://github.com/OfficeDev/Office-365-SDK-for-iOS', :branch => 'dev'
pod 'Office365', :git => 'https://github.com/OfficeDev/Office-365-SDK-for-iOS', :tag => '0.9.0'

pod 'Office365/Outlook'
pod 'Office365/OneNote'
Clone this wiki locally