Hello
I assume you are talking about the *CocoaPods* daemon for Windows that complements the builder.
Cocoa is this: https://en.wikipedia.org/wiki/Cocoa_(API)
and CocoaPods is that: https://cocoapods.org
So,
1. You have read *neither* the forum's "DO READ BEFORE POSTING" paragraph *nor* the message box that asked you to confirm that you had provided all the requested info for support. Sorry for being particularly annoyed by that.
2. As said in the documentation, and on the CocoaPods daemon webpage, this addon is *never* mandatory, and even sometimes some projects can't be built with it and can without, e.g. those that use the Facebook SDK.
3. CocoaPods-based projects have a Podfile. When building your project for the first time, you were asked whether to use CocoaPods or not. You answered "no", and consequently the builder moved your project's Podfile to Podfile.bak so as to keep CocoaPods away, but in this case you are supposed to supply the missing frameworks manually. If you want to use CocoaPods again, just rename Podfile.bak back to Podfile and here you go.
Take note of 2., and of 1. too for future posts. Thank you.