From b61b76eb922f90db69b07250a56db3ef78d14b65 Mon Sep 17 00:00:00 2001 From: nofearjoe Date: Fri, 28 Sep 2018 09:46:20 +0300 Subject: [PATCH] Bump version to 3.2.0 --- Gifu.podspec | 3 +-- Supporting Files/Info.plist | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gifu.podspec b/Gifu.podspec index adca066..58c7b99 100644 --- a/Gifu.podspec +++ b/Gifu.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Gifu" - s.version = "3.1.0" + s.version = "3.2.0" s.summary = "High-performance animated GIF support for iOS " s.homepage = "https://github.com/kaishin/Gifu" s.social_media_url = "http://twitter.com/kaishin" @@ -11,7 +11,6 @@ Pod::Spec.new do |s| s.platform = :tvos, "9.0" s.ios.source_files = "Source/**/*.{h,swift}" s.tvos.source_files = "Source/**/*.{h,swift}" - s.requires_arc = true s.ios.deployment_target = "9.0" s.tvos.deployment_target = "9.0" end diff --git a/Supporting Files/Info.plist b/Supporting Files/Info.plist index 4d42ae0..9bbfbc1 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 3.2.0 CFBundleSignature ???? CFBundleVersion