blob: a9df0a7450628e6d5c0c0ec764962521227a6927 [file] [log] [blame]
{
"name": "SHActionSheetBlocks",
"version": "2.3.0",
"summary": "Prefixed UIActionSheet category with blocks, auto-removed. Swizzle free!",
"description": "\n UIActionSheet buttons with blocks.\n Blocks are hold with a weak reference so you don't have to cleanup when your object is gone.\n \n * Swizzle and junk free\n * No need to clean up after - The control blocks are self maintained.\n * UIActionSheet are referenced in a map with weak properties\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n \n",
"homepage": "https://github.com/seivan/SHActionSheetBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHActionSheetBlocks.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHActionSheetBlocks/**/*.{h,m}",
"requires_arc": true
}