Skip to content

Commit 1d3286b

Browse files
Jason KimJason Kim
authored andcommitted
README update on podfile
1 parent a01cd6a commit 1d3286b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ If the install and setup were successful, you should see the message **Setup com
114114
The iOS-OneNote-REST Explorer sample has a dependency on the Active Directory Authentication Library for iOS (ADAL) for enabling client to access OneNote for enterprise notebooks. The ADAL provides protocol support for OAuth 2.0, Web API integration with user level consent, and two-factor authentication. It also uses AFNetworking to help manage REST communication between the app and the OneNote service. The sample contains a podfile that will get the ADAL and AFNetworking components (pods) into your project. It's located in the root ("Podfile"). The syntax should look something similar to this:
115115

116116

117-
pod "AFNetworking", "~> 2.0"
118-
pod 'ADALiOS', "~> 1.2.4"
119-
117+
pod 'AFNetworking', '2.5.4'
118+
pod 'ADALiOS', '1.2.4'
120119

121120

122121
You'll simply need to navigate to the project directory in the **Terminal** (root of the project folder) and run the following command.

0 commit comments

Comments
 (0)