blob: dbdf58be882ade53b7954b0216a877635032492b [file] [log] [blame]
{
"name": "KCAlertView",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KCAlertView.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}