blob: 28085c4c5c46343b8e1f453179d8d0d12da40d66 [file] [log] [blame]
{
"name": "SHControlBlocks",
"version": "1.1.0",
"summary": "Prefixed UIControl category with blocks, auto-removed. Swizzle free!",
"description": "\n UIControl events 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 * Controls are referenced in a map with weak properties\n * Auto remove control from outlets and all actions when removing all the blocks\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n \n",
"homepage": "https://github.com/seivan/SHControlBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHControlBlocks.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHControlBlocks/**/*.{h,m}",
"requires_arc": true
}