[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 7 / SHSegueBlocks / 1.1.1 / SHSegueBlocks.podspec.json
blob78ebc01b4593d6c7fe1363cfc43ada0c08cfee74
2   "name": "SHSegueBlocks",
3   "version": "1.1.1",
4   "summary": "Segue Blocks and userInfo without swizzling.",
5   "description": "                    Do segueus with blocks without any swizzling or leaks.\n                    Blocks are hold with a weak reference so you don't have to cleanup when your vc is gone.\n                    Also implements userInfo mutableDictionary on UIViewController\n  \n                    * No need to clean up after - Blocks are self maintained.\n                    * Handles uninemplemented unwind segues\n                    * Weak referenced blocks.\n                    * No swizzling or hacks. \n                    * Name-scoped selectors.\n                    * Implements userInfo on controllers without a bullshit hack.\n                    * Works with existing codebase that uses old fashioned segues. \n\n",
6   "homepage": "https://github.com/seivan/SHSegueBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHSegueBlocks.git",
13     "tag": "1.1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHSegueBlocks/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "SHObjectUserInfo": [
22       "~> 1.0.0"
23     ]
24   }