Skip to content

Commit

Permalink
Merge pull request #1498 from hfossli/patch-1
Browse files Browse the repository at this point in the history
Adding license
  • Loading branch information
vgrichina committed Mar 14, 2013
2 parents 3557df6 + 4cf0a95 commit 57fd1d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AGWindowView/0.1.1/AGWindowView.podspec
Expand Up @@ -4,7 +4,11 @@ Pod::Spec.new do |s|
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.source = { :git => "git@github.com:hfossli/AGWindowView.git", :tag => "0.1.1" }
s.source = {
:git => "git@github.com:hfossli/AGWindowView.git",
:tag => s.version.to_s
}
s.license = 'MIT'
s.source_files = FileList['Source/*'].exclude(/.*Test\.[hm]$/)
s.frameworks = 'SystemConfiguration', 'IOKit', 'CoreGraphics', 'UIKit', 'QuartzCore'
s.platform = :ios
Expand Down

0 comments on commit 57fd1d5

Please sign in to comment.