From 193e8219fb7e47f0c97361bc73a796ad1ce59531 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Fri, 7 Oct 2016 22:59:40 +0200 Subject: [PATCH] Add swift-version --- .swift-version | 1 + Gifu.podspec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/Gifu.podspec b/Gifu.podspec index 0564254..79a3b70 100644 --- a/Gifu.podspec +++ b/Gifu.podspec @@ -7,8 +7,8 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Reda Lemeden" => "git@kaishin.haz.email" } s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true } - s.platform = :ios, "8.0" + s.platform = :ios, "9.0" s.ios.source_files = "Source/**/*.{h,swift}" s.requires_arc = true - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "9.0" end