Skip to content

Commit 432d72e

Browse files
committed
pod file changed
1 parent 42714ae commit 432d72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HorizontalProgress.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "HorizontalProgress"
3-
s.version = "0.1.0"
3+
s.version = "0.1.1"
44
s.summary = "Simple horizontal progress bar with animation"
55
s.homepage = "https://github.com/AliThink/HorizontalProgress"
66
s.license = "MIT"
77
s.author = { "AliThink" => "[email protected]" }
8-
s.source = { :git => "https://github.com/AliThink/HorizontalProgress.git", :tag => "0.1.0" }
8+
s.source = { :git => "https://github.com/AliThink/HorizontalProgress.git", :tag => "0.1.1" }
99
s.source_files = "HorizontalProgress/**/*.{h,m}"
1010
s.platform = :ios, '7.0'
1111
s.requires_arc = true

0 commit comments

Comments
 (0)