Skip to content

Commit 7b78fc3

Browse files
committed
Release 1.1.5
1 parent 47a5990 commit 7b78fc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ADALiOS.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ADALiOS"
3-
s.version = "1.1.4"
3+
s.version = "1.1.5"
44
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"
55

66
s.description = <<-DESC
@@ -18,6 +18,7 @@ Pod::Spec.new do |s|
1818
:git => "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
1919
:tag => s.version.to_s
2020
}
21+
s.dependency 'OpenSSL', '1.0.1'
2122
s.source_files = "ADALiOS/ADALiOS/**/*.{h,m}"
2223
s.resources = "ADALiOS/ADALiOS/*.storyboard"
2324
s.preserve_paths = "ADALiOS/ADALiOS/**/*.{h,m}"

0 commit comments

Comments
 (0)