Skip to content

Commit 262469c

Browse files
authored
Merge pull request #2 from jrahaim/GLM-Fix
Fix GLM Podspec
2 parents 7c0258c + a676c2c commit 262469c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

VideoCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.homepage = "https://github.com/jgh-/VideoCore"
1212
s.license = 'MIT'
1313
s.authors = { "James Hurley" => "jamesghurley@gmail.com" }
14-
s.source = { :git => "https://github.com/jgh-/VideoCore.git", :tag => s.version.to_s, :submodules => true }
14+
s.source = { :git => "https://github.com/jrahaim/VideoCore.git", :tag => s.version.to_s, :submodules => true }
1515

1616
s.requires_arc = false
1717

@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
s.dependency 'glm'
3737
s.dependency 'UriParser-cpp', '~> 0.1.3'
3838

39-
s.xcconfig = { "HEADER_SEARCH_PATHS" => "${PODS_ROOT}/boost" }
39+
s.xcconfig = { "HEADER_SEARCH_PATHS" => "${PODS_ROOT}/boost"}
4040

4141
s.ios.deployment_target = '5.0'
4242

0 commit comments

Comments
 (0)