TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.74k stars 956 forks source link

Exclude headers in the Swift podspec #437 #445

Closed regularberry closed 3 years ago

regularberry commented 4 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.

TimOliver commented 3 years ago

Magnificent! Thanks so much for that! :)