blob: 3d9e51f0cfc7abc7453e6e25123b19629d96fed6 [file] [log] [blame]
{
"name": "DXLongPressButton",
"version": "0.1.0",
"summary": "A subclass of UIButton that includes UILongPressEvent and IBInspectable long press duration",
"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.",
"homepage": "https://github.com/s3lvin/DXLongPressButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"S3lvin": "mariaselvin@gmail.com"
},
"source": {
"git": "https://github.com/s3lvin/DXLongPressButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DXLongPressButton/Classes/**/*",
"public_header_files": "DXLongPressButton/Classes/**/*.h",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}