Amimono could induce name collision
Adding lebeldb-library to the Podfile produces the following error:

Inspecting the leveldb.framework build product:
Renzos-MBP:leveldb.framework ruenzuo$ nm leveldb | grep main
000000000004c160 T _main
This symbol is colliding with the application's main.
You can check the error here.
@igor-makarov did this ever work for you? I'm asking because you mentioned this library as an example of https://github.com/Ruenzuo/cocoapods-amimono/pull/30.
It's a problem with the leveldb podspec. I had to rewrite the podspec locally to exclude that source file. It's a util program that isn't actually meant to be compiled as part of the library.
Ah okay, nonetheless this means that "namespaces" are lost, which was something I wanted to proof but didn't get myself to do it. I guess for Objective-C is mostly fine because everything is prefixed and for Swift the class mangling probably will prevent this. I'll keep this issue opened in case someone runs into this problem.
Any news?
I got this problem in issue #39