williamFalcon / SwiftTryCatch

Adds try-catch support for Swift
MIT License
140 stars 58 forks source link

Remove platform restriction and validate CocoaPod spec #14

Closed oleander closed 7 years ago

oleander commented 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.