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