Latest | 1.0.1 |
---|---|
Homepage | https://github.com/shawnkc/KCAlertView |
License | MIT |
Platforms | ios , requires ARC |
Frameworks | UIKit |
This is a simple class to replace UIAlertView & UIAlertViewControllers as the later is only available on iOS8-based devices and the former has been shown to break iOS8-based devices as it’s been deprecated in iOS8 and apparently lost support.
Latest podspec
{ "name": "KCAlertView", "version": "1.0.1", "summary": "A simple iOS8/iOS7 wrapper for UIAlertViewController/UIAlertView.", "homepage": "https://github.com/shawnkc/KCAlertView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": "ShawnKC", "source": { "git": "https://github.com/shawnkc/KCAlertView.git", "tag": "1.0.1" }, "platforms": { "ios": null }, "source_files": "KCAlertView.{h,m}", "frameworks": "UIKit", "requires_arc": true }
Wed, 02 Mar 2016 14:37:03 +0000