blob: 3066ecff868e7e11a4515631c423df56f628ef94 [file] [log] [blame]
{
"name": "SHBarButtonItemBlocks",
"version": "1.2.0",
"summary": "Prefixed UIBarButtonItem category with blocks, auto-removed. Swizzle free!",
"description": "\n UIBarButtonItem 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 * UIBarButtonItems 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/SHBarButtonItemBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHBarButtonItemBlocks.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHBarButtonItemBlocks/**/*.{h,m}",
"requires_arc": true
}