[Add] DaroMAds 0.5.0
[CocoaPods.git] / Specs / 6 / 4 / 3 / PHBNonInteractableViews / 1.0.0 / PHBNonInteractableViews.podspec.json
blobb7ee68fe287cd090987b4f1645860251c50cc88e
2   "name": "PHBNonInteractableViews",
3   "version": "1.0.0",
4   "summary": "UI*View subclasses that override hitTest to pass interactions through to their parent views",
5   "description": "We can use isUserInteractionEnabled to allow touches on a view to pass through to its parent.\nHowever, this has the inadvertant side-effect of disabling touches for all children of that view.\nIf we need our view to pass touches on itself through to its parent, while still allowing touches on its children to be registered by the children,\nthe correct solution is to subclass our view and override hitTest.\nThis library provides such subclasses of common UIView-types.",
6   "homepage": "https://github.com/phlippieb/PHBNonInteractableViews",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Phlippie Bosman": "phlippie.bosman@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/phlippieb/PHBNonInteractableViews.git",
19     "tag": "1.0.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "PHBNonInteractableViews",
23   "swift_version": "4.0"