forked from Ingemark/TVMultiPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTVMultiPicker.podspec
More file actions
21 lines (16 loc) · 833 Bytes
/
TVMultiPicker.podspec
File metadata and controls
21 lines (16 loc) · 833 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 = 'TVMultiPicker'
s.version = '0.0.5'
s.summary = 'Generic view with arbitrary number of horizontal pickers.'
s.description = <<-DESC
Simple generic viewcontroller with arbitrary number of horizontal pickers.
Contains pre-configured date picker. Supports user defined style configuration.
DESC
s.homepage = 'https://github.com/Ingemark/TVMultiPicker.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Filip Dujmusic' => 'filip.dujmusic@ingemark.com' }
s.source = { :git => 'https://github.com/Ingemark/TVMultiPicker.git', :tag => s.version.to_s }
s.platform = :tvos, "10.2"
s.source_files = 'TVMultiPicker/*'
s.exclude_files = 'TVMultiPicker/**/*.plist'
end