We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a5990 commit 7b78fc3Copy full SHA for 7b78fc3
ADALiOS.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "ADALiOS"
3
- s.version = "1.1.4"
+ s.version = "1.1.5"
4
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"
5
6
s.description = <<-DESC
@@ -18,6 +18,7 @@ Pod::Spec.new do |s|
18
:git => "https://github.com/AzureAD/azure-activedirectory-library-for-objc.git",
19
:tag => s.version.to_s
20
}
21
+ s.dependency 'OpenSSL', '1.0.1'
22
s.source_files = "ADALiOS/ADALiOS/**/*.{h,m}"
23
s.resources = "ADALiOS/ADALiOS/*.storyboard"
24
s.preserve_paths = "ADALiOS/ADALiOS/**/*.{h,m}"
0 commit comments