[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 2 / 7 / SpringButton / 0.1.2 / SpringButton.podspec.json
blobf812fe24a8d92893b93f1d893ae06ded4c172349
2   "name": "SpringButton",
3   "version": "0.1.2",
4   "summary": "A custom UIButton with a spring animation.",
5   "description": "A subclass of UIButton. SpringButton applies a beautiful spring animation when tapped.",
6   "homepage": "https://github.com/josharnoldjosh/SpringButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "josharnoldjosh": "jarnold@ucdavis.edu"
13   },
14   "source": {
15     "git": "https://github.com/josharnoldjosh/SpringButton.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "SpringButton/Classes/**/*",
22   "dependencies": {
23     "SnapKit": [
24       "~> 5.0.0"
25     ],
26     "pop": [
28     ]
29   },
30   "swift_versions": "5.0",
31   "swift_version": "5.0"