Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeru Chuganji committed Jan 6, 2015
1 parent 69570cb commit 9c556dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HCImage+BPG.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "HCImage+BPG"
s.version = "0.0.1"
s.source = { :git => "https://github.com/hoppenichu/HCImage-BPG.git" }
s.version = "1.0"
s.source = { :git => "https://github.com/hoppenichu/HCImage-BPG.git", :tag => s.version }

s.summary = "BPG decoder for iOS and OS X"
s.homepage = "https://github.com/hoppenichu/HCImage-BPG"
Expand Down

0 comments on commit 9c556dc

Please sign in to comment.