Skip to content

Commit

Permalink
Add tvOS to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 26, 2017
1 parent e02770d commit 3094573
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Down.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Pod::Spec.new do |spec|
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Rob Phillips" => "rob@desideratalabs.co" }
spec.source = { :git => "https://github.com/iwasrobbed/Down.git", :tag => "v" + spec.version.to_s }
spec.source_files = "Source/**/*"
spec.source_files = "Source/{cmark,Enums & Options,Extensions,Renderers}/**", "Source/*"
spec.ios.source_files = "Source/Views/**"
spec.public_header_files = "Source/*.h"
spec.platform = :ios, "8.0"
spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "9.0"
spec.requires_arc = true
spec.module_name = "Down"
spec.preserve_path = 'Source/cmark/module.modulemap'
spec.pod_target_xcconfig = { 'SWIFT_INCLUDE_PATHS' => '$(SRCROOT)/Down/Source/cmark/**' }
spec.resource = 'Resources/DownView.bundle'
end
spec.ios.resource = 'Resources/DownView.bundle'
end

0 comments on commit 3094573

Please sign in to comment.