blob: f1a1773aef885ae5827e65211123ef786f33d2a6 [file] [log] [blame]
{
"name": "SHTabBarControllerBlocks",
"version": "1.1.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": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHTabBarControllerBlocks/**/*.{h,m}",
"requires_arc": true
}