Skip to content

Commit

Permalink
[Add] DDExpandableButton (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Izvekov committed Oct 21, 2012
1 parent 3beb670 commit 6e78277
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DDExpandableButton/0.0.1/DDExpandableButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do|s|
s.name='DDExpandableButton'
s.version='0.0.1'
s.license = {:type => 'MIT', :file => 'LICENSE'}
s.author = 'Damien Debin'
s.homepage = 'https://github.com/ddebin/DDExpandableButton'
s.summary="DDExpandableButton is a class designed to be used like an expandable UIButton; as seen in the iOS Camera app for the flash button."
s.source={:git=>'https://github.com/ddebin/DDExpandableButton.git',:commit=>'9046184de675799655274c571b5c82d2ba826eff'}
s.source_files='DDExpandableButton/*{.h,.m}'
s.platform = :ios
end

0 comments on commit 6e78277

Please sign in to comment.