Skip to content

Commit

Permalink
pod file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AliThink committed Oct 29, 2015
1 parent 42714ae commit 432d72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HorizontalProgress.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "HorizontalProgress"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Simple horizontal progress bar with animation"
s.homepage = "https://github.com/AliThink/HorizontalProgress"
s.license = "MIT"
s.author = { "AliThink" => "cloudsthinker@126.com" }
s.source = { :git => "https://github.com/AliThink/HorizontalProgress.git", :tag => "0.1.0" }
s.source = { :git => "https://github.com/AliThink/HorizontalProgress.git", :tag => "0.1.1" }
s.source_files = "HorizontalProgress/**/*.{h,m}"
s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down

0 comments on commit 432d72e

Please sign in to comment.