From 9a74c572b4f45cc6653dfee5f62a4dbdd3a43b82 Mon Sep 17 00:00:00 2001 From: Cody Winton Date: Sun, 4 Feb 2018 23:01:54 -0600 Subject: [PATCH] Updated SwiftyVIPER podspec --- SwiftyVIPER.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftyVIPER.podspec b/SwiftyVIPER.podspec index c80fa48..06d43c9 100644 --- a/SwiftyVIPER.podspec +++ b/SwiftyVIPER.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = 'SwiftyVIPER' - s.version = '1.2.3' + s.version = '2.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'Swifty Interaction with VIPER' s.homepage = 'https://github.com/codytwinton/SwiftyVIPER' s.source = { :git => 'https://github.com/codytwinton/SwiftyVIPER.git', :tag => s.version.to_s } s.source_files = 'Sources/*.swift' - s.ios.deployment_target = '8.0' - s.tvos.deployment_target = '9.0' + s.ios.deployment_target = '11.0' + s.tvos.deployment_target = '11.0' s.frameworks = 'UIKit' s.requires_arc = true