blob: 21077b159b7866906c37502fb87307a29194f83e [file] [log] [blame]
{
"name": "LMAlertView",
"version": "1.0.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.0.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}"
]
}