We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c0258c + a676c2c commit 262469cCopy full SHA for 262469c
1 file changed
VideoCore.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.homepage = "https://github.com/jgh-/VideoCore"
12
s.license = 'MIT'
13
s.authors = { "James Hurley" => "jamesghurley@gmail.com" }
14
- s.source = { :git => "https://github.com/jgh-/VideoCore.git", :tag => s.version.to_s, :submodules => true }
+ s.source = { :git => "https://github.com/jrahaim/VideoCore.git", :tag => s.version.to_s, :submodules => true }
15
16
s.requires_arc = false
17
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
36
s.dependency 'glm'
37
s.dependency 'UriParser-cpp', '~> 0.1.3'
38
39
- s.xcconfig = { "HEADER_SEARCH_PATHS" => "${PODS_ROOT}/boost" }
+ s.xcconfig = { "HEADER_SEARCH_PATHS" => "${PODS_ROOT}/boost"}
40
41
s.ios.deployment_target = '5.0'
42
0 commit comments