-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathDTPagerController.podspec
More file actions
21 lines (16 loc) · 893 Bytes
/
DTPagerController.podspec
File metadata and controls
21 lines (16 loc) · 893 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 = 'DTPagerController'
s.version = '3.1.2'
s.summary = 'A fully customizable container view controller to display a set of ViewControllers in a horizontal scroll view. Written in Swift.'
s.swift_version = '5.0'
s.description = <<-DESC
TODO: Add long description of the pod here.
DTPagerController is an extremely simple Swift control for you to show a collection of view controllers in a horizontal pager.
DESC
s.homepage = 'https://github.com/tungvoduc/DTPagerController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'tungvoduc' => 'tung98.dn@gmail.com' }
s.source = { :git => 'https://github.com/tungvoduc/DTPagerController.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'DTPagerController/Classes/**/*'
end