diff options
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 |