mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +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.
|
||||
#
|
||||
# s.source = { :git => "https://github.com/worklist/hifi.git" }
|
||||
s.source = { :git => "https://github.com/birarda/hifi.git" }
|
||||
|
||||
s.platform = :ios
|
||||
s.ios.deployment_target = "6.0"
|
||||
|
@ -38,6 +38,7 @@ Pod::Spec.new do |s|
|
|||
sp.source_files = "libraries/shared/src"
|
||||
sp.public_header_files = "librares/shared/src"
|
||||
sp.exclude_files = "libraries/shared/src/UrlReader.*"
|
||||
sp.dependency 'glm'
|
||||
end
|
||||
|
||||
s.subspec "audio" do |sp|
|
||||
|
|
Loading…
Reference in a new issue