Skip to content

Commit

Permalink
Fixed podspec.
Browse files Browse the repository at this point in the history
Fixed a mistake, increased version.
  • Loading branch information
JaNd3r committed Mar 23, 2015
1 parent dd6111b commit 247d283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CKDotMatrixView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "CKDotMatrixView"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "A highly customizable animated banner-like dot matrix view."

s.description = <<-DESC
Expand All @@ -21,8 +21,8 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.1"
s.requires_arc = true

s.source = { :git => "https://github.com/JaNd3r/CKDotMatrixView.git", :tag => "0.1.1" }
s.source = { :git => "https://github.com/JaNd3r/CKDotMatrixView.git", :tag => "0.1.2" }

s.source_files = "CKDotMatrix/*.{h,m}"
s.source_files = "CKDotMatrixView/*.{h,m}"

end

0 comments on commit 247d283

Please sign in to comment.