Going 1.0, because it's time.
- Brings Swift 3 and Xcode 8 support (thank you @kreeger)
THIS IS THE LAST VERSION TO SUPPORT SWIFT 2.2
If you need Swift 2.2 support, use this tag. Going forward, HEAlert
will be Swift 3.
- Fixed Travis for Xcode 7.3
- Verified against Xcode 7.3 and Swift 2.2 (no changes made, just verified)
- HEAlert inherits from
NSObject
so it can be bridged into Objective-C code - Fixed codesigning (thanx to @jlandon)
- Minor adjustments for Xcode 7 and Cocoapods.
NB: Now requires Xcode 7 and Swift 2.
- Project file, to enable stand-alone building of HEAlert.framework
- travis-ci support
- Conformance with Xcode 7 and Swift 2
- Merged stand-alone sample project into the main .xcodeproj file as a secondary target.
- public declarations
- cleaned up copyright notice
- README
- inline docs
- Some stray README notes
- Cocoapods support
- Expanding HEAlert to add cancel mechanisms and further flesh out the API.
ok(title, message)
Initial release.
HEAlert
existed prior to this, but things brought a conversion to Swift and public release.