-
Notifications
You must be signed in to change notification settings - Fork 3
/
LIYDateTimePicker.podspec
23 lines (23 loc) · 1.06 KB
/
LIYDateTimePicker.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "LIYDateTimePicker"
s.version = "0.1.9"
s.summary = "iOS view controller for picking a date and time."
s.description = <<-DESC
An iOS view controller for picking a date and time in way that doesn't suck
DESC
s.homepage = "https://github.com/lyahdav/LIYDateTimePicker"
s.screenshots = "https://raw.githubusercontent.com/lyahdav/LIYDateTimePicker/master/Screens/Screen1.png"
s.license = 'MIT'
s.author = { "Liron Yahdav" => "[email protected]" }
s.source = { :git => "https://github.com/lyahdav/LIYDateTimePicker.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/lyahdav'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Classes/**/*.{h,m}'
s.dependency 'MSCollectionViewCalendarLayout'
s.dependency 'UIColor-HexString'
s.dependency 'Masonry'
s.dependency 'ObjectiveSugar'
s.dependency 'PureLayout'
s.dependency 'BDKCollectionIndexView'
end