From fdaf9eabc8c0beb70495a99dad651f3188d36a5d Mon Sep 17 00:00:00 2001 From: takecian Date: Mon, 17 Sep 2018 23:39:45 +0900 Subject: [PATCH] Update podspec --- .swift-version | 2 +- SwiftRater.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.swift-version b/.swift-version index 7d5c902..bf77d54 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.1 +4.2 diff --git a/SwiftRater.podspec b/SwiftRater.podspec index 22898f4..04ea798 100644 --- a/SwiftRater.podspec +++ b/SwiftRater.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftRater' - s.version = '1.2.1' + s.version = '1.3.0' s.summary = 'A utility that reminds your iPhone app users to review the app written in pure Swift.' # This description is used to generate tags and improve search results. @@ -27,7 +27,7 @@ SwiftRater is a class that you can drop into any iPhone app that will help remin s.author = { 'takecian' => 'takecian@gmail.com' } s.source = { :git => 'https://github.com/takecian/SwiftRater.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/takecian' - s.swift_version = '4.1' + s.swift_version = '4.2' s.ios.deployment_target = '8.0'