Closed oleander closed 7 years ago
This PR adds support for OSX and other ObjC supported platforms by removing @import UIKit;. Run pod lib lint --allow-warnings to verify the updated spec locally.
@import UIKit;
pod lib lint --allow-warnings
This PR adds support for OSX and other ObjC supported platforms by removing
@import UIKit;
. Runpod lib lint --allow-warnings
to verify the updated spec locally.