-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAADraggableView.podspec
More file actions
21 lines (15 loc) · 930 Bytes
/
Copy pathAADraggableView.podspec
File metadata and controls
21 lines (15 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'AADraggableView'
s.version = '1.0'
s.summary = 'AADraggableView is easy-to-use draggable views with options, written in Swift.'
s.description = <<-DESC
AADraggableView is a light-weight and easy-to-use draggable views in screen bounds with options designed to drag any UIView. It allows to drag the UIView in any view controller.
DESC
s.homepage = 'https://github.com/EngrAhsanAli/AADraggableView'
s.screenshots = 'https://raw.githubusercontent.com/EngrAhsanAli/AADraggableView/master/Screenshots/AADraggableView.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'engrahsanali' => 'hafiz.m.ahsan.ali@gmail.com' }
s.source = { :git => 'https://github.com/EngrAhsanAli/AADraggableView.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'AADraggableView/Classes/**/*'
end