As mentioned before on a Stack Overflow question : Does apportable (apportable.com) support CocoaPods
only one CocoaPod is supported currently with Apportable
. There is already an open issue on the subject.
I really like CocoaPods
but also want to be able to port to Android
easily.
Is there a workaround out there that is more efficient than adding everything to the header_paths
in the configuration.json
and copying the sources over to the XCode project manually.
How would one handle this problem more elegantly?