lib/pod/command/gd.rb in cocoapods-gd-0.0.2 vs lib/pod/command/gd.rb in cocoapods-gd-0.0.3

- old
+ new

@@ -91,10 +91,10 @@ end `mv "#{work_dir}" "#{target_dir}"` Dir.chdir(@source_dir) if @upload == true - uploader = GDUploader.new(@spec, @upload_spec_name, @upload_local_path, @spec_sources) + uploader = Pod::GDUploader.new(@spec, @upload_spec_name, @upload_local_path, @spec_sources) end end private