blob: 09f14366790a74c06462841be7a409de8cfb8dcb [file] [log] [blame]
{
"name": "LMAlertView",
"version": "0.0.1",
"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": "v0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"RBBAnimation": [
"~> 0.3.0"
]
},
"public_header_files": "LMAlertView/*.h",
"source_files": [
"LMAlertView",
"LMAlertView/**/*.{h,m}"
]
}