Skip to content

Commit

Permalink
Merge pull request CocoaPods#10442 from ptoinson/master
Browse files Browse the repository at this point in the history
Added AtkDragAndDrop 0.2.1
  • Loading branch information
keith committed Apr 12, 2014
2 parents 6307695 + 80d0e08 commit 957afde
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AtkDragAndDrop/0.2.1/AtkDragAndDrop.podspec
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "AtkDragAndDrop"
s.version = "0.2.1"
s.summary = "A drag and drop toolkit for iOS."
s.description = <<-DESC
iOS drag and drop toolkit with support for:
* Drag Source and Drop Zones by either subclassing or wrapping UIView and subclasses
* Drag shadow generation for UIView
* UIScrollView drag target auto scrolling
* AtkDragAndDropManager uses the delegate pattern to allow a wide varienty of drag and drop scenarios
* Accepts any continuous UIGestureRecognizer class for drag recognition
* Works with the UIPasteboard as a means of data passing for the drag and drop operation.
* Complete set of lifecycle handlers.
DESC
s.homepage = "https://github.com/ptoinson/asymptotik-drag-and-drop"
s.license = 'MIT'
s.author = { "Rick Boykin" => "info@asymptotik.com" }
s.source = { :git => "https://github.com/ptoinson/asymptotik-drag-and-drop.git", :tag => "v#{s.version.to_s}" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'Classes'
s.frameworks = 'UIKit'
end

0 comments on commit 957afde

Please sign in to comment.