diff --git a/IDZSwiftCommonCrypto.podspec b/IDZSwiftCommonCrypto.podspec index 579b193..1f954e2 100644 --- a/IDZSwiftCommonCrypto.podspec +++ b/IDZSwiftCommonCrypto.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "IDZSwiftCommonCrypto" - s.version = "0.9.0" + s.version = "0.9.1" s.summary = "A wrapper for Apple's Common Crypto library written in Swift." s.homepage = "https://github.com/iosdevzone/IDZSwiftCommonCrypto" @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.social_media_url = "http://twitter.com/iOSDevZone" s.osx.deployment_target = '10.11' - s.ios.deployment_target = '9.3' + s.ios.deployment_target = '9.0' s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '2.0' diff --git a/INSTALL.md b/INSTALL.md index a7913fc..ef365d8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ There are three ways to add IDZCommonCrypto to your project: If you are using CocoaPods, add the following to your Podfile: ```bash -pod 'IDZSwiftCommonCrypto', '~> 0.9.0' +pod 'IDZSwiftCommonCrypto', '~> 0.9.1' ``` Then, run the following command to install the IDZSwiftCommonCrypto pod: