We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6111b commit 247d283Copy full SHA for 247d283
CKDotMatrixView.podspec
@@ -2,7 +2,7 @@
2
Pod::Spec.new do |s|
3
4
s.name = "CKDotMatrixView"
5
- s.version = "0.1.1"
+ s.version = "0.1.2"
6
s.summary = "A highly customizable animated banner-like dot matrix view."
7
8
s.description = <<-DESC
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
21
s.platform = :ios, "8.1"
22
s.requires_arc = true
23
24
- 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" }
25
26
- s.source_files = "CKDotMatrix/*.{h,m}"
+ s.source_files = "CKDotMatrixView/*.{h,m}"
27
28
end
0 commit comments