Skip to content

Commit

Permalink
Added VPPDropDown library
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpenap committed Apr 16, 2012
1 parent 1084a27 commit b501572
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions VPPDropDown/0.3.0/VPPDropDown.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'VPPDropDown'
s.version = '0.3.0'
s.license = 'MIT'
s.summary = 'VPPDropDown is an iOS library that allows you to create dropdown-like menus in a table view, as seen in old Tweetie.'
s.homepage = 'https://github.com/vicpenap/VPPDropDown'
s.author = { 'Victor Pena' => 'contact@victorpena.es' }
s.source = { :git => 'https://github.com/vicpenap/VPPDropDown.git', :tag => '0.3.0' }
s.platform = :ios
s.source_files = 'VPPDropDown'
s.resources = "VPPDropDown/*.png"
end

0 comments on commit b501572

Please sign in to comment.