blob: ec39c093b104fba0cf26fe5d980b27bd08ee1f5f [file] [log] [blame]
{
"name": "AHKActionSheet",
"version": "0.5.1",
"summary": "An alternative to the UIActionSheet with a block-based API and a modern, customizable look.",
"homepage": "https://github.com/fastred/AHKActionSheet",
"license": "MIT",
"authors": {
"Arkadiusz Holko": "fastred@fastred.org"
},
"source": {
"git": "https://github.com/fastred/AHKActionSheet.git",
"tag": "0.5.1"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"platforms": {
"ios": "6.0"
},
"frameworks": [
"QuartzCore"
]
}