don't specify git as source for local change testing

This commit is contained in:
Stephen Birarda 2013-07-08 16:53:20 -07:00
parent b5a47cddc0
commit 4c27f08f1d

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/worklist/hifi.git" }
s.platform = :ios
s.ios.deployment_target = "6.0"