mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-28 09:18:47 +02:00
uncomment the source line in podspec for testing against github
This commit is contained in:
parent
3cee9b1ab5
commit
e7c6c19e60
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ Pod::Spec.new do |s|
|
||||||
|
|
||||||
# Specify the location from where the source should be retrieved.
|
# Specify the location from where the source should be retrieved.
|
||||||
#
|
#
|
||||||
# s.source = { :git => "https://github.com/worklist/hifi.git" }
|
s.source = { :git => "https://github.com/birarda/hifi.git" }
|
||||||
|
|
||||||
s.platform = :ios
|
s.platform = :ios
|
||||||
s.ios.deployment_target = "6.0"
|
s.ios.deployment_target = "6.0"
|
||||||
|
@ -38,6 +38,7 @@ Pod::Spec.new do |s|
|
||||||
sp.source_files = "libraries/shared/src"
|
sp.source_files = "libraries/shared/src"
|
||||||
sp.public_header_files = "librares/shared/src"
|
sp.public_header_files = "librares/shared/src"
|
||||||
sp.exclude_files = "libraries/shared/src/UrlReader.*"
|
sp.exclude_files = "libraries/shared/src/UrlReader.*"
|
||||||
|
sp.dependency 'glm'
|
||||||
end
|
end
|
||||||
|
|
||||||
s.subspec "audio" do |sp|
|
s.subspec "audio" do |sp|
|
||||||
|
|
Loading…
Reference in a new issue