Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
Release 2.2.2
  • Loading branch information
ghvg1313 committed Jul 6, 2017
1 parent ed0f461 commit 4dbc5ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Instabug (5.2.4)
- Yoshi (2.2.1)
- Yoshi (2.2.2)

DEPENDENCIES:
- Instabug (= 5.2.4)
Expand All @@ -12,7 +12,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Instabug: 6fa40a5e2a4620f0589dfc8e4e01b1018c8c42b1
Yoshi: 446d6cff6f4544b360e33723be49d6c0b0253e24
Yoshi: 20d266a5fb676360f491d36162beafb9119e562b

PODFILE CHECKSUM: 67468572b9edbd35e0be95ab66757a16545f110b

Expand Down
4 changes: 2 additions & 2 deletions Yoshi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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" => "[email protected]" , "Quentin Ribierre" => "[email protected]" }
s.author = { "Michael Campbell" => "[email protected]" , "Quentin Ribierre" => "[email protected]" , "Kanglei Fang" => "[email protected]" }
s.source = { :git => "https://github.com/prolificinteractive/Yoshi.git", :tag => s.version.to_s }

s.platform = :ios, '8.0'
Expand Down

0 comments on commit 4dbc5ca

Please sign in to comment.