Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nickarora committed Feb 29, 2020
1 parent b8fcb8a commit 45e433b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions SGPlayerVR.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'SGPlayerVR'
s.version = '2.0.2'
s.summary = 'A media player framework for iOS, macOS, and tvOS.'
s.homepage = 'https://github.com/nickarora/SGPlayer'

s.author = { 'Name' => '[email protected]' }
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.platform = :ios
s.source = { :http => 'https://github.com/nickarora/SGPlayer/releases/download/v2.0.2/SGPlayerVR.zip' }

s.ios.deployment_target = '8.0'
s.ios.vendored_frameworks = 'SGPlayer.framework'
s.static_framework = true;
end

0 comments on commit 45e433b

Please sign in to comment.