diff --git a/ChangeLog.md b/ChangeLog.md index 15aa1a2a1..40bcd0752 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # virgil-crypto-c ChangeLog (Sorted by date) -## Version 0.16.2 released 2022-10-19 +## Version 0.16.2 released 2022-10-21 ### Features @@ -10,7 +10,11 @@ - Ext: Updated protoc to the version 3.20.3. - Ext: Updated nanopb to the version 0.4.6.4. -- Ext: Update google benchmark tool to the version 1.7.0 +- Ext: Updated google benchmark tool to the version 1.7.0. +- Cocoapods: Updated minimum required Apple deployment targets for Apple devices. + - iOS 9.0 -> 11.0 + - tvOS 9.0 -> 11.0 + - watchOS 2.0 -> 4.0 ## Version 0.16.1 released 2022-07-21 diff --git a/VSCCrypto.podspec b/VSCCrypto.podspec index 3eb5db341..e56ef8d1b 100644 --- a/VSCCrypto.podspec +++ b/VSCCrypto.podspec @@ -6,10 +6,10 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/VirgilSecurity/virgil-crypto-c" s.authors = { "Virgil Security" => "https://virgilsecurity.com/" } s.source = { :http => "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.2/VSCCrypto.xcframework.zip" } - s.ios.deployment_target = "9.0" + s.ios.deployment_target = "11.0" s.osx.deployment_target = "10.9" - s.tvos.deployment_target = "9.0" - s.watchos.deployment_target = "2.0" + s.tvos.deployment_target = "11.0" + s.watchos.deployment_target = "4.0" s.subspec 'Common' do |sp| sp.vendored_frameworks = "VSCCrypto-XCFrameworks/VSCCommon.xcframework"