Initial commit

This commit is contained in:
oscarz
2024-08-12 10:49:20 +08:00
parent 3002510aaf
commit 00fd0adf89
331 changed files with 53210 additions and 130 deletions

View File

@ -0,0 +1,34 @@
{
"name": "Alamofire",
"version": "5.9.1",
"license": "MIT",
"summary": "Elegant HTTP Networking in Swift",
"homepage": "https://github.com/Alamofire/Alamofire",
"authors": {
"Alamofire Software Foundation": "info@alamofire.org"
},
"source": {
"git": "https://github.com/Alamofire/Alamofire.git",
"tag": "5.9.1"
},
"documentation_url": "https://alamofire.github.io/Alamofire/",
"cocoapods_version": ">= 1.13.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"visionos": "1.0",
"watchos": "3.0"
},
"swift_versions": [
"5"
],
"source_files": "Source/**/*.swift",
"frameworks": "CFNetwork",
"resource_bundles": {
"Alamofire": [
"Source/PrivacyInfo.xcprivacy"
]
},
"swift_version": "5"
}