Skip to content

Commit 8204dec

Browse files
committed
cocoapods update
1 parent 8256b32 commit 8204dec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

HorizontalProgress.podspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pod::Spec.new do |s|
2+
s.name = "HorizontalProgress"
3+
s.version = "0.1.0"
4+
s.summary = "Simple horizontal progress bar with animation"
5+
s.homepage = "https://github.com/AliThink/HorizontalProgress"
6+
s.license = "MIT"
7+
s.author = { "AliThink" => "[email protected]" }
8+
s.source = { :git => "https://github.com/AliThink/HorizontalProgress.git", :tag => "v0.1.0" }
9+
s.source_files = "HorizontalProgress/**/*.{h,m}"
10+
s.platform = :ios, '7.0'
11+
s.requires_arc = true
12+
end

0 commit comments

Comments
 (0)