forked from CooperRS/RMDateSelectionViewController
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRMDateSelectionViewController.podspec
More file actions
15 lines (14 loc) · 983 Bytes
/
RMDateSelectionViewController.podspec
File metadata and controls
15 lines (14 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "RMDateSelectionViewController"
s.platform = :ios, "7.0"
s.version = "2.0.1"
s.summary = "This is an iOS control for selecting a date using UIDatePicker in a UIActionSheet like fashion"
s.homepage = "https://github.com/CooperRS/RMDateSelectionViewController"
s.screenshots = "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait.png", "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Landscape.png", "http://cooperrs.github.io/RMDateSelectionViewController/Images/Blur-Screen-Portrait-Black.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Roland Moers" => "rm@cooperrs.de" }
s.source = { :git => "https://github.com/CooperRS/RMDateSelectionViewController.git", :tag => "2.0.1" }
s.source_files = 'RMDateSelectionViewController/*'
s.requires_arc = true
s.dependency 'RMActionController', '~> 1.0.0'
end