-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImpDateTimeSelector.podspec
More file actions
31 lines (28 loc) · 1.14 KB
/
ImpDateTimeSelector.podspec
File metadata and controls
31 lines (28 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Be sure to run `pod spec lint NAME.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about the attributes see http://docs.cocoapods.org/specification.html
#
Pod::Spec.new do |s|
s.name = "ImpDateTimeSelector"
s.version = "0.1.0"
s.summary = "A date time selector with a different approach for the impatient."
#
s.homepage = "https://github.com/grillbiff/ImpDateTimeSelector"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Erik Johansson" => "[email protected]" }
s.source = { :git => "ttps://github.com/grillbiff/ImpDateTimeSelector", :tag => s.version.to_s }
s.platform = :ios, '6.0'
# s.ios.deployment_target = '5.0'
# s.osx.deployment_target = '10.7'
s.requires_arc = true
s.source_files = 'Classes'
s.resources = 'Assets'
s.ios.exclude_files = 'Classes/osx'
s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
# s.frameworks = 'SomeFramework', 'AnotherFramework'
# s.dependency 'JSONKit', '~> 1.4'
end