Skip to content

Commit

Permalink
[Add] UIResponder+MNActions (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Nijdam committed Feb 14, 2013
1 parent 80c6cf3 commit 9eda668
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions UIResponder+MNActions/1.0.0/UIResponder+MNActions.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'UIResponder+MNActions'
s.version = '1.0.0'
s.platform = :ios, '5.0'
s.license = 'MIT'
s.summary = 'UIResponder event propagation.'
s.homepage = 'http://github.com/madninja/UIResponder+MNActions'
s.author = {
'Marc Nijdam' => 'marc@imadjine.com'
}
s.source = {
:git => 'https://github.com/madninja/UIResponder-MNActions.git',
:tag => s.version.to_s
}
s.description = 'Handy UIResponder event chaining.'
s.source_files = 'UIResponder+MNActions/*.{h,m}'
s.requires_arc = false
end

0 comments on commit 9eda668

Please sign in to comment.