lib/cocoapods-tdfire-binary/command/push.rb in cocoapods-tdfire-binary-1.0.5 vs lib/cocoapods-tdfire-binary/command/push.rb in cocoapods-tdfire-binary-1.0.6
- old
+ new
@@ -67,10 +67,10 @@
commit = @commit || tag_log || @version
UI.section("Tdfire: start pushing framework zip file ...") do
UI.puts "Tdfire: post argvs: name -> #{@name}, version -> #{@version}, path -> #{@path}, commit -> #{commit}, commit hash -> #{hash_log}"
- Tdfire::BinaryUrlManager.post_push_url(@name, @version, @path, commit, hash_log)
+ Pod::Tdfire::BinaryUrlManager.post_push_url(@name, @version, @path, commit, hash_log)
end
end
end
end
end
\ No newline at end of file