Skip to content

Commit

Permalink
uiview-frame-helpers podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Boehmer committed Aug 2, 2012
1 parent d50f897 commit b6b5268
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions uiview-frame-helpers/0.1/uiview-frame-helpers.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "uiview-frame-helpers"
s.version = "0.1"
s.summary = "Less code to position and resize UIView objects."
s.homepage = "http://github.com/cameronboehmer/uiview-frame-helpers"
s.license = 'MIT'
s.author = { "Cameron Boehmer" => "git@cameronboehmer.com" }
s.source = { :git => "https://github.com/cameronboehmer/uiview-frame-helpers.git", :tag => "0.1" }

s.platform = :ios
s.ios.deployment_target = '3.0'
s.source_files = 'UIView+CBFrameHelpers*'
s.framework = 'UIKit'
end

0 comments on commit b6b5268

Please sign in to comment.