blob: c8caa41b45beb8094930a62d015291d7425879a2 [file] [log] [blame]
{
"name": "SHActionSheetBlocks",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHActionSheetBlocks/**/*.{h,m}",
"requires_arc": true,
"screenshots": [
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Green/default.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Green/selected.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Green/cancel-selected.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Blue/default.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Blue/selected.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Blue/cancel-selected.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Purple/default.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Purple/selected.png",
"https://raw.github.com/seivan/SHActionSheetBlocks/1.0.0/Screenshots/Purple/cancel-selected.png"
]
}