gojek / courier-iOS

Courier iOS
38 stars 15 forks source link

Remove unused headerfiles and also remove {.h,.m} file reference from podspecs #26

Closed sanju-naik closed 1 year ago

sanju-naik commented 1 year ago

Some of the courier Pods were mentioning .h,.m in their Podspecs even though they don't contain Obj-C code. This MR removes that and makes it pure swift pods.

We are making this change to ensure we can build these frameworks using Bazel rules provided by google with good community support.

Google officially doesn't provide a rule to build mixed language framework i.e. Swift+ObjC in a single framework.