Boris Bügling

Results 52 comments of Boris Bügling

I believe any defined `prepare_command` (see https://guides.cocoapods.org/syntax/podspec.html#prepare_command) will be executed when packaging. Does this help?

Since a `pod install` is basically part of the process, they _should_ run, but I haven't tested it myself at all.

The omission of header files is intentional, as per the request to only build a library. The podspec is indeed wrong, though.

The `--library` option isn't used very much. I'd love to accept a PR for this, though.

Nope, cp-packager hasn't been updated for 0.38.x, yet, see #90

The option works, but the generated podspec is incorrect.

I think #99 never considered Swift dependencies, so your setup is currently not supported.

I think the first should be possible, as long as all dependencies are ObjC.

Personally, I cannot devote time for substantial feature work on cp-packager at the moment. I would happily provide assistance if you or someone else wants to work on a PR,...

Dependencies would need to be build as dynamic frameworks, instead of static libs and the `lipo` commands would likely need some adjusting. What I am currently unsure about is how...