Skip to content

Commit

Permalink
Merge pull request #67 from Azure-Samples/kaisong1990/update-msal-ver…
Browse files Browse the repository at this point in the history
…sion

Update cocoapod version and msal sdk version to 1.1.3, add platform s…
  • Loading branch information
kaisong1990 committed Jun 2, 2020
2 parents 68230ce + b6d56b6 commit 3e70b5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- MSAL (1.1.2):
- MSAL/app-lib (= 1.1.2)
- MSAL/app-lib (1.1.2)
- MSAL (1.1.3):
- MSAL/app-lib (= 1.1.3)
- MSAL/app-lib (1.1.3)

DEPENDENCIES:
- MSAL
Expand All @@ -11,8 +11,8 @@ SPEC REPOS:
- MSAL

SPEC CHECKSUMS:
MSAL: d62d5af3b89f9753be6d157035629bbd851e4d15
MSAL: 0539cb503a2a279365181bf111071b4b32071177

PODFILE CHECKSUM: 27b86088d6269d05d5a779778e844591cd997e42
PODFILE CHECKSUM: 37c6710cfa48c2a9cbf83d25acbf301323d86266

COCOAPODS: 1.9.1
2 changes: 2 additions & 0 deletions podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use_frameworks!

platform :ios, '10.0'

target 'MSALiOS' do
pod 'MSAL'
Expand Down

0 comments on commit 3e70b5a

Please sign in to comment.