Closed regularberry closed 3 years ago
This is for issue: https://github.com/TimOliver/TOCropViewController/issues/437
Ash had the proper fix for this in: https://github.com/TimOliver/TOCropViewController/pull/432
The problem was the fix only got put in TOCropViewController.podspec instead of both that and CropViewController.podspec - thus the Swift loving folks were still seeing warnings in their pod install.
TOCropViewController.podspec
CropViewController.podspec
pod install
Magnificent! Thanks so much for that! :)
This is for issue: https://github.com/TimOliver/TOCropViewController/issues/437
Ash had the proper fix for this in: https://github.com/TimOliver/TOCropViewController/pull/432
The problem was the fix only got put in
TOCropViewController.podspec
instead of both that andCropViewController.podspec
- thus the Swift loving folks were still seeing warnings in theirpod install
.