lib/yk_command/project/setup/TemplateConfigurator.rb in yk_command-0.6.4 vs lib/yk_command/project/setup/TemplateConfigurator.rb in yk_command-0.6.5

- old
+ new

@@ -105,16 +105,16 @@ # @message_bank.farewell_message end def add_yk_pods - self.add_pod_to_podfile "YKCategoryComponent" + # self.add_pod_to_podfile "YKCategoryComponent" self.add_pod_to_podfile "YKModuleLifeCircleComponent" self.add_pod_to_podfile "YKRouterComponent" - self.add_pod_to_podfile "YKModuleServiceComponent" - + if @framework == "swift" - self.add_pod_to_podfile "SnapKit" + # self.add_pod_to_podfile "SnapKit" + self.add_pod_to_podfile "YKModuleServiceComponent.swift" else self.add_pod_to_podfile "YKModuleServiceComponent" end end