diff --git a/TVMultiPicker.podspec b/TVMultiPicker.podspec index 6f5335f..04f6260 100644 --- a/TVMultiPicker.podspec +++ b/TVMultiPicker.podspec @@ -1,4 +1,4 @@ -Pod::Spec.new do |s| +Pod::Spec. s.name = 'TVMultiPicker' s.version = '0.0.5' s.summary = 'Generic view with arbitrary number of horizontal pickers.' @@ -12,10 +12,3 @@ Contains pre-configured date picker. Supports user defined style configuration. 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