[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 8 / 0 / DXLongPressButton / 0.1.0 / DXLongPressButton.podspec.json
blob3d9e51f0cfc7abc7453e6e25123b19629d96fed6
2   "name": "DXLongPressButton",
3   "version": "0.1.0",
4   "summary": "A subclass of UIButton that includes UILongPressEvent and IBInspectable long press duration",
5   "description": "A subclass of UIButton that includes UILongPressEvent and IBInspectable long press duration. Enjoy using the UILongPressEvent as you use other UIControlEvents. Add and remove targets programmatically for UILongPressEvent. Targets are not retained.",
6   "homepage": "https://github.com/s3lvin/DXLongPressButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "S3lvin": "mariaselvin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/s3lvin/DXLongPressButton.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DXLongPressButton/Classes/**/*",
22   "public_header_files": "DXLongPressButton/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "CoreFoundation"
26   ]