Skip to content

Commit 247d283

Browse files
committed
Fixed podspec.
Fixed a mistake, increased version.
1 parent dd6111b commit 247d283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CKDotMatrixView.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

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

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

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

26-
s.source_files = "CKDotMatrix/*.{h,m}"
26+
s.source_files = "CKDotMatrixView/*.{h,m}"
2727

2828
end

0 commit comments

Comments
 (0)