Cocoapods crashes if app name has spaces

Fuse Version 1.3 and older.
MacOS Sierra.
Building with -DCOCOAPODS

Fuse does not let me build with -DCOCOAPODS if the .unoproj file has spaces.
This is the error I get:

Nanaimo::Reader::ParseError - [!] Dictionary missing ';' after key-value pair for "name", found "t"
    #  -------------------------------------------
    #  
    #          5A4940FB151D17AD000ACE3F /* data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = data; sourceTree = "<group>"; };
1738>          FC61D3661F1CECFC00DC7109 /* test the app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = test the app.entitlements; path = test the app/test the app.entitlements; sourceTree = "<group>"; };
                                                                                                                                                            ^
    #          F00570010000000000000001 /* include/Uno.h */ = {isa = PBXFileReference; name = Uno.h; path = "include/Uno.h"; sourceTree = "<group>"; };
    #          F00570010000000000000003 /* include/Uno/_config.h */ = {isa = PBXFileReference; name = _config.h; path = "include/Uno/_config.h"; sourceTree = "<group>"; };
    #  -------------------------------------------

To reproduce this just make a new app, name it my app (must contain spaces) and build for iOS with -DCOCOAPODS. I had no trouble with spaces in 1.2.1.

Thanks for reporting! I’ve logged a ticket about this and someone will take a look at it.