lib/cocoapods-jxedt/command/binary/binary.rb in cocoapods-jxedt-0.0.13 vs lib/cocoapods-jxedt/command/binary/binary.rb in cocoapods-jxedt-0.0.14
- old
+ new
@@ -1,9 +1,11 @@
require_relative 'command/statistics'
require_relative 'command/build'
require_relative 'command/fetch'
require_relative 'command/push'
require_relative 'command/clean'
+require_relative 'command/code'
+require_relative 'command/source_project'
module Pod
class Command
class JxedtCommand < Command
class Binary < JxedtCommand
\ No newline at end of file