Protocol Oriented BDD Support Template and Podfile generation
This release added support for the Protocol Oriented BDD and generating Podfile
with XCFit command line.
You can see new template Protocol Oriented BDD
has been added to the template list.
You can now generate template Podfile
using XCFit command
$ xcfit setup_xcfit_podfile
This will be example Podfile with covering all the target. You need to replace the value of your target and comment other target which are not being used.