The error when building is: /Users/xxx/Documents/dev/LifehouseIOS/_iOS/Pods/Headers/Private/Bypass/parser.h:31:10: 'soldout/markdown.h' file not found
Turns out the if you remove the use_frameworks! option from the pod file config then you can get it to build. Sadly, if you want to include any pod written in swift then you need to turn on the use_frameworks! option. A bit of a catch 22 I'd say... and its only going to get worse as more pods get converted to swift.
Think it is possible to upgrade the podspec/project or provide hints on a workaround?