[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 2 / SHNavigationControllerBlocks / 1.0.0 / SHNavigationControllerBlocks.podspec.json
blob8ced00767821c2c2f4356e79997fa955ab742f8b
2   "name": "SHNavigationControllerBlocks",
3   "version": "1.0.0",
4   "summary": "Blocks for UINavigationController life cycle willShow and didShow - swizzle free!",
5   "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",
6   "homepage": "https://github.com/seivan/SHNavigationControllerBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHNavigationControllerBlocks.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHNavigationControllerBlocks/**/*.{h,m}",
19   "requires_arc": true