Skip to content

Commit

Permalink
Add YIDetectWindow 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inamiy committed Jul 17, 2013
1 parent a2d0b40 commit d2ece37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions YIDetectWindow/1.0.0/YIDetectWindow.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'YIDetectWindow'
s.version = '1.0.0'
s.license = { :type => 'Beerware', :text => 'If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.' }
s.homepage = 'https://github.com/inamiy/YIDetectWindow'
s.author = { 'Yasuhiro Inami' => '[email protected]' }
s.summary = "A subclass of UIWindow for detecting shake, status-bar-tap, long-press, touchBegan/Moved/Ended/Cancelled, via NSNotification."
s.source = { :git => 'https://github.com/inamiy/YIDetectWindow.git', :tag => "#{s.version}" }
s.source_files = 'Classes/*.{h,m}'
s.requires_arc = true
s.platform = :ios, '4.3'
end

0 comments on commit d2ece37

Please sign in to comment.