Skip to content

Conversation

johnmckerrell
Copy link

My initial change here was to set the module_name so that it matches what Carthage would use (and appears to be what is expected anyway). This would obviously be a breaking change for anyone who's currently using this via CocoaPods, although like I say this appears to be the correct module name anyway.

I also found that the latest version wouldn't actually run with CocoaPods though so tweaked the source_files attribute so that it now compiles.

s.authors = { "iziz" => "[email protected]", "hyukhur" => "[email protected]" }
s.source = { :git => "https://github.com/iziz/libPhoneNumber-iOS.git", :tag => s.version.to_s }
s.libraries = 'z'
s.module_name = "libPhoneNumberiOS"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you separate the module change and the Cocoapods fix into 2 separate PRs? As one is a fix, and another one is a breaking change. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants