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
I know this is a small issue because there's little chance that people use both installation methods but the module name is ReachabilitySwift with cocoapods (same as podspec name) and Reachability with carthage (as defined in target).
This could be solved by adding s.module_name = 'Reachability' to the .podspec file.
It's a breaking change so I understand that you would consider this issue not relevant for now.
It would also help switchers from both side to migrate their code.
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on library which uses Reachability and can be installed via cocoapods and carthage. So different module names is problem for me.
It would be nice to follow @amarcadet suggestion.
I know this is a small issue because there's little chance that people use both installation methods but the module name is
ReachabilitySwift
with cocoapods (same as podspec name) andReachability
with carthage (as defined in target).This could be solved by adding
s.module_name = 'Reachability'
to the.podspec
file.It's a breaking change so I understand that you would consider this issue not relevant for now.
It would also help switchers from both side to migrate their code.
Thanks for your time.
The text was updated successfully, but these errors were encountered: