uncomment the source line in podspec for testing against github

This commit is contained in:
Stephen Birarda 2013-07-09 10:36:50 -07:00
parent 3cee9b1ab5
commit e7c6c19e60

View file

@ -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|