forked from ChernyshenkoTaras/TimeIntervalPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTCTimeIntervalPicker.podspec
More file actions
19 lines (15 loc) · 858 Bytes
/
TCTimeIntervalPicker.podspec
File metadata and controls
19 lines (15 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'TCTimeIntervalPicker'
s.version = '0.1.2'
s.summary = 'UIDatePicker-like picker in .countDownTimer mode with range selection support'
s.description = <<-DESC
UIDatePicker-like picker in .countDownTimer mode what gives you ability to change max hours
DESC
s.homepage = 'https://github.com/ChernyshenkoTaras/TimeIntervalPicker'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Taras Chernyshenko' => 'taras.chernyshenko@gmail.com' }
s.source = { :git => 'https://github.com/ChernyshenkoTaras/TimeIntervalPicker.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/@t_chernyshenko'
s.ios.deployment_target = '8.0'
s.source_files = 'TimeIntervalPicker/Classes/**/*'
end