diff options
author | manuroe <manu@matrix.org> | 2018-06-25 17:57:51 +0200 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-06-27 12:26:01 -0400 |
commit | 2e84f7552a47429cb5288f7d1e1c96ba9140df0f (patch) | |
tree | 77e33103a016ea2b5730c871e90850d6f9a3578d /OLMKit.podspec | |
parent | 9d81046f90b4afba7e71b86c564cae07daab61ad (diff) |
Fix obj-c warnings
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r-- | OLMKit.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec index 9cac8d0..cf05845 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.authors = { "Chris Ballinger" => "chrisballinger@gmail.com", "matrix.org" => "support@matrix.org" } - s.ios.deployment_target = "5.0" + s.ios.deployment_target = "6.0" s.osx.deployment_target = "10.9" # Expose the Objective-C wrapper API of libolm |