[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 4 / d / UIForceButton / 1.0.1 / UIForceButton.podspec.json
blob56afe43a015c612c7da82e5217d161e986ecf876
2   "name": "UIForceButton",
3   "version": "1.0.1",
4   "summary": "The UIButton that will trigger UIControlEventTouchForce event when force touched.",
5   "description": "The UIButton that will trigger UIControlEventTouchForce event when force touched. Just replace the UIButton class name and use its IBAction.",
6   "homepage": "https://github.com/kidyoungx/UIForceButton",
7   "license": "MPL-2.0",
8   "authors": {
9     "Kid Young": "kidyoungx@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/kidyoungx/UIForceButton.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "UIForceButton",
20     "UIForceButton/**/*.{h,m}"
21   ],
22   "exclude_files": "SampleUIForceButton",
23   "public_header_files": "UIForceButton/**/*.h",
24   "requires_arc": true