Skip to content

Commit

Permalink
[Update] JDDroppableView (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Emrich committed Aug 10, 2012
1 parent b561d4e commit d6e79fd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions JDDroppableView/1.0.1/JDDroppableView.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|

s.name = "JDDroppableView"
s.version = "1.0.1"
s.summary = "A base class for any draggable views. (Drag & Drop, even out of scrollviews)"

s.description = "A DroppableView represents a single draggable View. You may use it as a base class for any view, that you need to be draggable in your project. You can even use it to drag something out of a scrollview, as you can seen in the example project."

s.homepage = "https://github.com/jaydee3/JDDroppableView"
s.license = "MIT"
s.author = { "Markus Emrich" => "markus@nxtbgthng.com" }

s.source = { :git => "https://github.com/jaydee3/JDDroppableView.git", :tag => "pod-1.0.1" }
s.source_files = 'Library/DroppableView/**/*.{h,m}'

s.platform = :ios, '3.0'

end

0 comments on commit d6e79fd

Please sign in to comment.