Skip to content

Commit

Permalink
Add UIView+FrameAdditions
Browse files Browse the repository at this point in the history
  • Loading branch information
insanehunter committed Mar 27, 2013
1 parent 7a45957 commit d0e3062
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions UIView+FrameAdditions/0.0.1/UIView+FrameAdditions.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "UIView+FrameAdditions"
s.version = "0.0.1"
s.summary = "UIView Frame helper getter/setter category methods."
s.description = "jQuery-like getter/setter category methods for UIView frame components."
s.homepage = "https://gist.github.com/nfarina/3412730"
s.author = "Nick Farina"
s.source = { :git => "git://gist.github.com/3412730.git", :commit => "75f5150c4a7bda4fb43f0e7d2dcb5726b7d2eb0f" }
s.source_files = "UIView+FrameAdditions.*"
s.platform = :ios, "4.0"
s.license = "Public Domain"
end

0 comments on commit d0e3062

Please sign in to comment.