You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will require us to support build from the Xcode workspace the cocoapods generate.
We will have to somehow generate metadata for the cocoapods. The best solution would be to generate module maps from the podspecs.
We will have to reasearch what part of the cocoa apis can we consume (e.g there may be C apis that get stripped during the linking, although cocoapods add -ObjC flag)
PanayotCankov
changed the title
3rd party static libraries: Add support for cocoapods
3rd party static libraries: Integrate Cocoapods with the CLI Plugins Mechanism
Jun 2, 2015
This will require us to support build from the Xcode workspace the cocoapods generate.
We will have to somehow generate metadata for the cocoapods. The best solution would be to generate module maps from the podspecs.
We will have to reasearch what part of the cocoa apis can we consume (e.g there may be C apis that get stripped during the linking, although cocoapods add -ObjC flag)
Later this issue will probably be integrated with the NPM plugins mechanism, and allow pods to be specified in the package.json or a podfile in a plugin.
The text was updated successfully, but these errors were encountered: