Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tscheepers committed Aug 29, 2014
1 parent d5c9689 commit 2b9b5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IVPhoneView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "IVPhoneView"
s.version = "0.2"
s.version = "0.2.1"
s.summary = "Basic view containing an iPhone graphic, in which you can place a screenshot. Can be used for onboarding experiences."

s.description = <<-DESC
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { "Thijs Scheepers" => "thijs@label305.com" }

s.source = { :git => "https://github.com/Label305/IVPhoneView.git", :tag => "0.2" }
s.source = { :git => "https://github.com/Label305/IVPhoneView.git", :tag => "0.2.1" }

s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down

0 comments on commit 2b9b5f3

Please sign in to comment.