Skip to content

Commit

Permalink
cocoapods update
Browse files Browse the repository at this point in the history
  • Loading branch information
AliThink committed Oct 29, 2015
1 parent 8256b32 commit 8204dec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HorizontalProgress.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "HorizontalProgress"
s.version = "0.1.0"
s.summary = "Simple horizontal progress bar with animation"
s.homepage = "https://github.com/AliThink/HorizontalProgress"
s.license = "MIT"
s.author = { "AliThink" => "[email protected]" }
s.source = { :git => "https://github.com/AliThink/HorizontalProgress.git", :tag => "v0.1.0" }
s.source_files = "HorizontalProgress/**/*.{h,m}"
s.platform = :ios, '7.0'
s.requires_arc = true
end

0 comments on commit 8204dec

Please sign in to comment.