Initial commit
This commit is contained in:
34
Pods/Local Podspecs/Alamofire.podspec.json
generated
Normal file
34
Pods/Local Podspecs/Alamofire.podspec.json
generated
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user