-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSwiftDragAndDrop.podspec
More file actions
17 lines (14 loc) · 762 Bytes
/
Copy pathSwiftDragAndDrop.podspec
File metadata and controls
17 lines (14 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'SwiftDragAndDrop'
s.version = '0.5.0'
s.summary = 'Simple Drag and Drop component of multiple UITableView written in Swift'
s.homepage = 'https://github.com/uypanha/SwiftDragAndDrop'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Panha UY' => 'uyphanha.dev@gmail.com' }
s.source = { :git => 'https://github.com/uyphanha/SwiftDragAndDrop.git', :tag => s.version }
s.social_media_url = 'https://twitter.com/panha_uy'
s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/SwiftDragAndDropPackages/**/*'
end