diff --git a/hifi.podspec b/hifi.podspec index 9fd6695f8e..b2451b6201 100644 --- a/hifi.podspec +++ b/hifi.podspec @@ -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|