blob: 7e4d9eb170fb62027a9e669a3a0aae572e7ae229 [file] [log] [blame]
{
"name": "SHNavigationControllerBlocks",
"version": "2.1.0",
"summary": "Blocks for UINavigationController life cycle willShow & didShow and animations for transitions & interaction - 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.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SHNavigationControllerBlocks/**/*.{h,m}",
"requires_arc": true
}