Skip to content

Commit

Permalink
Update pod spec for version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Morissard committed Dec 11, 2017
1 parent 3390b48 commit 280a8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JMHoledView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "JMHoledView"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "UIView subclass designed to be filled with holes"
s.requires_arc = true

Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = { "jerome Morissard" => "[email protected]" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/leverdeterre/JMHoledView.git", :tag => "0.2.0" }
s.source = { :git => "https://github.com/leverdeterre/JMHoledView.git", :tag => "0.2.1" }
s.source_files = 'Classes', 'JMHoledView/JMHoledView/*.{h,m}'
s.public_header_files = 'JMHoledView/JMHoledView/*.h'
end
Binary file not shown.

0 comments on commit 280a8b4

Please sign in to comment.