新版车辆监控

This commit is contained in:
DDIsFriend
2023-12-26 17:51:57 +08:00
parent 652f3145a8
commit 5746a6ed72
51 changed files with 8986 additions and 8025 deletions

View File

@@ -0,0 +1,29 @@
{
"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"
}