blob: fb5d797dd883dbe189c6bbe31db1f52b8c0fe96e [file] [log] [blame]
{
"name": "Lambda-Alert",
"version": "1.0.0",
"summary": "Simple UIAlertView wrapper that uses blocks for button actions.",
"homepage": "https://github.com/zoul/Lambda-Alert/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomáš Znamenáček": "tomas.znamenacek@gmail.com"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source": {
"git": "https://github.com/zoul/Lambda-Alert.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.{h,m}",
"frameworks": "CoreGraphics"
}