blob: 56afe43a015c612c7da82e5217d161e986ecf876 [file] [log] [blame]
{
"name": "UIForceButton",
"version": "1.0.1",
"summary": "The UIButton that will trigger UIControlEventTouchForce event when force touched.",
"description": "The UIButton that will trigger UIControlEventTouchForce event when force touched. Just replace the UIButton class name and use its IBAction.",
"homepage": "https://github.com/kidyoungx/UIForceButton",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kidyoungx/UIForceButton.git",
"tag": "1.0.1"
},
"source_files": [
"UIForceButton",
"UIForceButton/**/*.{h,m}"
],
"exclude_files": "SampleUIForceButton",
"public_header_files": "UIForceButton/**/*.h",
"requires_arc": true
}