blob: 8173a6459611a71767c39858e58a918554b9e9a9 [file] [log] [blame]
{
"name": "SHAlertViewBlocks",
"version": "1.2.1",
"summary": "Prefixed UIAlertView category with blocks - Swizzle and libffi free!",
"description": "\n UIAlertView 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 * UIAlertView 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/SHAlertViewBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHAlertViewBlocks.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHAlertViewBlocks/**/*.{h,m}",
"requires_arc": true
}