Files
OrderScheduling/Pods/Local Podspecs/DDUIGestureRecognizer.podspec.json
2023-12-26 17:51:57 +08:00

30 lines
731 B
JSON

{
"name": "DDUIGestureRecognizer",
"version": "0.1.3",
"summary": "A short description of DDUIGestureRecognizer.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DDIsFriend/DDUIGestureRecognizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DDIsFriend": "DDIsFriend@163.com"
},
"source": {
"git": "git@github.com:DDIsFriend/DDUIGestureRecognizer.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.0",
"subspecs": [
{
"name": "DDUIPanGestureRecognizer",
"source_files": "DDUIGestureRecognizer/Classes/DDUIPanGestureRecognizer/**/*"
}
],
"swift_version": "4.0"
}