lib/cocoapods-tdfire-binary/command/lib/create.rb in cocoapods-tdfire-binary-1.0.5 vs lib/cocoapods-tdfire-binary/command/lib/create.rb in cocoapods-tdfire-binary-1.0.6

- old
+ new

@@ -25,10 +25,10 @@ help! "必须提供有效组件名称" if @name.nil? end def run argvs = [ - "--template-url=#{Tdfire::BinaryUrlManager.template_lib_url}", + "--template-url=#{Pod::Tdfire::BinaryUrlManager.template_lib_url}", @name ] create = Pod::Command::Lib::Create.new(CLAide::ARGV.new(argvs)) create.validate! \ No newline at end of file