From 4dbc5ca39e910a6fb33dee8658da8ee59755bea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CKanglei?= Date: Thu, 6 Jul 2017 17:26:54 -0400 Subject: [PATCH] Release 2.2.2 Release 2.2.2 --- Example/Podfile.lock | 4 ++-- Yoshi.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1399fe0..a3fa4ab 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Instabug (5.2.4) - - Yoshi (2.2.1) + - Yoshi (2.2.2) DEPENDENCIES: - Instabug (= 5.2.4) @@ -12,7 +12,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Instabug: 6fa40a5e2a4620f0589dfc8e4e01b1018c8c42b1 - Yoshi: 446d6cff6f4544b360e33723be49d6c0b0253e24 + Yoshi: 20d266a5fb676360f491d36162beafb9119e562b PODFILE CHECKSUM: 67468572b9edbd35e0be95ab66757a16545f110b diff --git a/Yoshi.podspec b/Yoshi.podspec index 083dc07..6f28073 100644 --- a/Yoshi.podspec +++ b/Yoshi.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "Yoshi" - s.version = "2.2.1" + s.version = "2.2.2" s.summary = "A helpful companion for your iOS app." # This description is used to generate tags and improve search results. @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/prolificinteractive/Yoshi" s.screenshots = "https://raw.githubusercontent.com/prolificinteractive/Yoshi/a6e85e87cbd67f2bb3bfe60157e7b13281d80f20/Images/Yoshi.png", "https://raw.githubusercontent.com/prolificinteractive/Yoshi/c66cdf8dc2ab643fe57996d20d3cd37b8b70ceff/Images/Yoshi_iPad.png" s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { "Michael Campbell" => "Michael@prolificinteractive.com" , "Quentin Ribierre" => "quentin@prolificinteractive.com" } + s.author = { "Michael Campbell" => "Michael@prolificinteractive.com" , "Quentin Ribierre" => "quentin@prolificinteractive.com" , "Kanglei Fang" => "kangelei@prolificinteractive.com" } s.source = { :git => "https://github.com/prolificinteractive/Yoshi.git", :tag => s.version.to_s } s.platform = :ios, '8.0'