Navigation Menu

Skip to content

Commit

Permalink
AGWindowView version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hfossli committed Nov 5, 2013
1 parent 9e32df9 commit d554a4c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions AGWindowView/0.1.5/AGWindowView.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "AGWindowView"
s.version = "0.1.5"
s.summary = "AGWindowView is a UIView which can be added directly to UIWindow. It handles rotation and frame changes of statusbar for you."
s.homepage = "https://github.com/hfossli/AGWindowView"
s.authors = { "Håvard Fossli" => "hfossli@agens.no" }
s.license = 'MIT'
s.source = {
:git => "https://github.com/hfossli/AGWindowView.git",
:tag => s.version.to_s
}
s.source_files = 'Source/**/*.{h,m}'
s.exclude_files= 'Source/**/*Test.{h,m}'
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios
s.requires_arc = true
end

0 comments on commit d554a4c

Please sign in to comment.