blob: 9549703b56dd993d304a8773f7517a0ae766f62e [file] [log] [blame]
{
"name": "LMAlertView",
"version": "1.1.0",
"license": "MIT",
"summary": "Open Source, customisable clone of UIAlertView for iOS 7",
"homepage": "https://github.com/lmcd/LMAlertView",
"authors": {
"Lee McDermott": "lmalertview@leemcdermott.co.uk"
},
"source": {
"git": "https://github.com/lmcd/LMAlertView.git",
"tag": "v1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"RBBAnimation": [
"~> 0.3.0"
],
"CAAnimationBlocks": [
"~> 0.0.1"
]
},
"public_header_files": "LMAlertView/*.h",
"source_files": [
"LMAlertView",
"LMAlertView/**/*.{h,m}"
]
}