blob: d3b7e5ad742a3cba3fb7b6296c6543804d2c19fd [file] [log] [blame]
{
"name": "SHNavigationControllerBlocks",
"version": "2.0.0",
"summary": "Blocks for UINavigationController life cycle willShow and didShow - swizzle free!",
"description": "\n * Swizzle and junk free\n * No need to clean up after - The blocks are self maintained.\n * UINavigationController is 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/SHNavigationControllerBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHNavigationControllerBlocks.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SHNavigationControllerBlocks/**/*.{h,m}",
"requires_arc": true
}