blob: 41a77dc839333ee18322ffc7841ad3f9eb8beb6b [file] [log] [blame]
{
"name": "SHTabBarControllerBlocks",
"version": "2.0.0",
"summary": "Blocks for UITabBarController replacing delegates - libffi & swizzle free!",
"description": "\n * Swizzle and junk free\n * No need to clean up after - The blocks are self maintained.\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n * Replacing delegate calls with blocks instead.\n \n",
"homepage": "https://github.com/seivan/SHTabBarControllerBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHTabBarControllerBlocks.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SHTabBarControllerBlocks/**/*.{h,m}",
"requires_arc": true
}