Skip to content

Commit

Permalink
Modified to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zacaltman committed Dec 19, 2012
1 parent abb8e64 commit d7825ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ZAActivityBar/0.1.1/ZAActivityBar.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "ZAActivityBar"
s.version = "0.1.1"
s.platform = :ios, "5.0"
s.license = "MIT"
s.summary = "An easy-to-use activity bar that's meant to non-intrusively display the progress of a task."
s.description = "An easy-to-use activity bar that's meant to non-intrusively display the progress of a task."
s.homepage = "https://github.com/zacaltman/ZAActivityBar"
s.author = { "Zac Altman" => "zac@basind.com" }
s.source = { :git => "https://github.com/zacaltman/ZAActivityBar.git", :tag => "0.1.1" }
s.source_files = "ZAActivityBar/*.{h,m}"

s.framework = "QuartzCore"
s.dependency "SKBounceAnimation", "~> 1.0"
s.resources = "ZAActivityBar/ZAActivityBar.bundle"

s.requires_arc = true
end

0 comments on commit d7825ea

Please sign in to comment.