Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pod spec file #248

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

@@ -11,12 +11,13 @@ DESC
s.authors = { "iziz" => "zen.isis@gmail.com", "hyukhur" => "hyukhur@gmail.com" }
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.

None yet

3 participants