[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 0 / e / SHUIKitBlocks / 1.1.0 / SHUIKitBlocks.podspec.json
blob25b68d23f120ba42e893a494413d2f282d52c973
2   "name": "SHUIKitBlocks",
3   "version": "1.1.0",
4   "summary": "Prefixed Blocks for UIKit on categories *without* libffi and swizzling",
5   "description": "\n                    Prefixed Blocks for UIKit on categories *without* libffi and swizzling.\n                    Blocks are hold with a weak reference so you don't have to cleanup when your object is gone. Comes with tests. \n\n                    Contains: \n                    * SHAlertViewBlocks\n                    * SHControlBlocks\n                    * SHSegueBlocks\n                    * SHNavigationControllerBlocks\n                    * SHWebViewBlocks\n                    * SHPopoverControllerBlocks\n                    * SHBarButtonItemBlocks \n                    * SHActionSheetBlocks\n\n                    Summary:\n                    * Swizzle and junk free\n                    * No need to clean up after - The blocks are self maintained.\n                    * Blocks are referenced in a map with weak properties\n                    * Prefixed selectors.\n                    * Minimum clutter on top of the public interface.\n                    * No external dependencies\n                    * Lightweight \n                    * *NO* libffi \n                    \n",
6   "homepage": "https://github.com/seivan/SHUIKitBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHUIKitBlocks.git",
13     "tag": "1.1.0"
14   },
15   "dependencies": {
16     "SHAlertViewBlocks": [
17       "~> 1.1.0"
18     ],
19     "SHControlBlocks": [
20       "~> 1.0.0"
21     ],
22     "SHSegueBlocks": [
23       "~> 1.2.0"
24     ],
25     "SHNavigationControllerBlocks": [
26       "~> 1.0.0"
27     ],
28     "SHWebViewBlocks": [
29       "~> 1.1.0"
30     ],
31     "SHPopoverControllerBlocks": [
32       "~> 1.1.0"
33     ],
34     "SHBarButtonItemBlocks": [
35       "~> 1.1.0"
36     ],
37     "SHActionSheetBlocks": [
38       "~> 2.2.0"
39     ],
40     "SHGestureRecognizerBlocks": [
41       "~> 1.0.0"
42     ]
43   },
44   "platforms": {
45     "ios": "6.0"
46   },
47   "source_files": "SHUIKitBlocks/**/*.{h,m}",
48   "requires_arc": true