[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 6 / b / c / UIView+LAPointInside / 1.0.0 / UIView+LAPointInside.podspec.json
blob236e03236fe203cb2128812edcdbbd442770d18c
2   "name": "UIView+LAPointInside",
3   "version": "1.0.0",
4   "summary": "Expand UIView respond event area.",
5   "description": "Expand UIView respond event area, use UIView pointInside:withEvent: method.",
6   "homepage": "https://github.com/Lanmaq/LAPointInside",
7   "license": "MIT",
8   "authors": {
9     "Lanmaq": "lanmaqmay66@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Lanmaq/LAPointInside.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "LAPointInside/UIView+LAPointInside",
20     "*.{h,m}"
21   ],
22   "public_header_files": "LAPointInside/UIView+LAPointInside/*.h",
23   "frameworks": "UIKit",
24   "requires_arc": true