[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / a / 0 / e / SHUIKitBlocks / 1.3.0 / SHUIKitBlocks.podspec.json
blob95f1e17293a6ceb8954f5899d68f2ad95b0898fe
2   "name": "SHUIKitBlocks",
3   "version": "1.3.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             => UIAlertView\n                    * SHControlBlocks               => UIControl\n                    * SHSegueBlocks                 => UIStoryboardSegue\n                    * SHNavigationControllerBlocks  => UINavigationController\n                    * SHWebViewBlocks               => UIWebView\n                    * SHPopoverControllerBlocks     => UIPopoverController\n                    * SHBarButtonItemBlocks         => UIBarButtonItem\n                    * SHActionSheetBlocks           => UIActionSheet\n                    * SHGestureRecognizerBlocks     => UIGestureRecognizer\n                    * SHTextFieldBlocks             => UITextField\n                    * SHTextViewBlocks              => UITextView \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.3.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     "SHTextFieldBlocks": [
44       "~> 1.0.0"
45     ],
46     "SHTextViewBlocks": [
47       "~> 1.0.0"
48     ]
49   },
50   "platforms": {
51     "ios": "6.0"
52   },
53   "source_files": "SHUIKitBlocks/**/*.{h,m}",
54   "requires_arc": true