Skip to content

Commit

Permalink
PodSpec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-kopaliani committed Aug 27, 2013
1 parent be87e2c commit 2a6dfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DAProgressOverlayView.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "DAProgressOverlayView"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "A UIView subclass displaying download progress. Looks similarly to springboard icons of apps being downloaded in iOS 7."
s.homepage = "https://github.com/daria-kopaliani/DAProgressOverlayView.git"
s.license = 'MIT'
s.author = { "Daria Kopaliani" => "[email protected]" }
s.source = { :git => "https://github.com/daria-kopaliani/DAProgressOverlayView.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/daria-kopaliani/DAProgressOverlayView.git", :tag => "1.0.2" }
s.platform = :ios, '5.0'
s.source_files = 'DAProgressOverlayView/**/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 2a6dfa0

Please sign in to comment.