Skip to content

Commit

Permalink
update to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBears committed Jul 22, 2013
1 parent 3a7c421 commit 5122f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PopoverView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PopoverView"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "A simple UIView popover control for iPhone/iPad written with CoreGraphics."
s.homepage = "https://github.com/cocoa-factory/PopoverView"
s.license = {
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
}
s.author = { "Raquel Galan" => "iprayforwaves@gmail.com" }
s.author = 'runway20'
s.source = { :git => "https://github.com/cocoa-factory/PopoverView.git", :tag = "0.0.1" }
s.source = { :git => "https://github.com/cocoa-factory/PopoverView.git", :tag => '0.0.2'}
s.platform = :ios
s.source_files = 'PopoverView/*.{h,m}'

Expand Down

0 comments on commit 5122f1e

Please sign in to comment.