We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With last 1.5.0 update my compilation fails when installing the library using Cocoapods, complaining it can't find the file.
I am using RSKimageScrollView (amongst others) in my code, but noticed in the last update only a few headers were exposed:
s.public_header_files = [ 'RSKImageCropper/RSKImageCropper.h', 'RSKImageCropper/RSKImageCropViewController.h', 'RSKImageCropper/RSKImageCropViewController+Protected.h' ]
I wonder if this was intended? My assumption is it's a mistake as it breaks backwards compatibility for some use cases of the library.
Have a PR ready that fixes the issue in case I'm right. #93
The text was updated successfully, but these errors were encountered:
[podspec] Replace 'public_header_files' by 'module_map'.
815d091
Fixes #90. Fixes #94. Close #93.
934b8ce
No branches or pull requests
With last 1.5.0 update my compilation fails when installing the library using Cocoapods, complaining it can't find the file.
I am using RSKimageScrollView (amongst others) in my code, but noticed in the last update only a few headers were exposed:
s.public_header_files = [ 'RSKImageCropper/RSKImageCropper.h', 'RSKImageCropper/RSKImageCropViewController.h', 'RSKImageCropper/RSKImageCropViewController+Protected.h' ]
I wonder if this was intended?
My assumption is it's a mistake as it breaks backwards compatibility for some use cases of the library.
Have a PR ready that fixes the issue in case I'm right. #93
The text was updated successfully, but these errors were encountered: