Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Morissard committed Jun 22, 2015
1 parent 477fe44 commit 33db9ec
Showing 1 changed file 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.1"
s.version = "0.1.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, '5.0'
s.source = { :git => "https://github.com/leverdeterre/JMHoledView.git", :tag => "0.1" }
s.source = { :git => "https://github.com/leverdeterre/JMHoledView.git", :tag => "0.1.1" }
s.source_files = 'Classes', 'JMHoledView/JMHoledView/*.{h,m}'
s.public_header_files = 'JMHoledView/JMHoledView/*.h'
end

0 comments on commit 33db9ec

Please sign in to comment.