blob: e16255d08f42ff52a4817b55290d43ba1d906c33 [file] [log] [blame]
{
"name": "JVAlertController",
"version": "1.0.1",
"summary": "JVAlertController is an API-compatible backport of UIAlertController for iOS 7",
"homepage": "http://github.com/jverdi/JVAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Verdi": "jared@jaredverdi.com"
},
"source": {
"git": "https://github.com/jverdi/JVAlertController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "JVAlertController/JVAlertController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}