[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / 5 / SHGestureRecognizerBlocks / 1.1.0 / SHGestureRecognizerBlocks.podspec.json
blobd8f6118f1fedb56acba0d43196831b454c8402e1
2   "name": "SHGestureRecognizerBlocks",
3   "version": "1.1.0",
4   "summary": "Prefixed  UIGestureRecognizer category with blocks, auto-removed. Swizzle free!",
5   "description": "\n                    Gesture Recognizers with blocks.\n                    Blocks are hold with a weak reference so you don't have to cleanup when your object is gone.\n  \n                    * Swizzle and junk free\n                    * No need to clean up after - Blocks and observers are self maintained.\n                    * Gestures are referenced in a hash with weak properties\n                    * Auto remove gestures from view and all actions when removing all the blocks\n                    * Prefixed selectors.\n                    * Works with existing codebase that uses old fashioned observing delegate calls. \n                    * Minimum clutter on top of the public interface.\n                    \n",
6   "homepage": "https://github.com/seivan/SHGestureRecognizerBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHGestureRecognizerBlocks.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHGestureRecognizerBlocks/**/*.{h,m}",
19   "requires_arc": true