Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebin committed Mar 12, 2014
1 parent 4c31692 commit 00aa18c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions DDExpandableButton.podspec
@@ -1,11 +1,12 @@
Pod::Spec.new do|s|
Pod::Spec.new do |s|
s.name = 'DDExpandableButton'
s.version = '1.0.0'
s.license = {:type => 'MIT', :file => 'LICENSE'}
s.author = 'Damien Debin'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Damien Debin' => 'damien.debin@gmail.com' }
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', :tag => '1.0.0'}
s.source = { :git => 'https://github.com/ddebin/DDExpandableButton.git', :tag => '1.0.0' }
s.source_files = 'DDExpandableButton/*{.h,.m}'
s.platform = :ios
end
s.requires_arc = false
end

0 comments on commit 00aa18c

Please sign in to comment.