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"
|
||||
}
|
||||
36
Pods/Local Podspecs/SwiftyBeaver.podspec.json
generated
Normal file
36
Pods/Local Podspecs/SwiftyBeaver.podspec.json
generated
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "SwiftyBeaver",
|
||||
"version": "2.1.1",
|
||||
"summary": "Convenient logging during development & release in Swift 4 & 5.",
|
||||
"description": "Easy-to-use, extensible & powerful logging & analytics for Swift 4 and Swift 5.\nGreat for development & release due to its support for many logging destinations & platforms.",
|
||||
"homepage": "https://github.com/SwiftyBeaver/SwiftyBeaver",
|
||||
"screenshots": [
|
||||
"https://cloud.githubusercontent.com/assets/564725/11452558/17fd5f04-95ec-11e5-96d2-427f62ed4f05.jpg",
|
||||
"https://cloud.githubusercontent.com/assets/564725/11452560/33225d16-95ec-11e5-8461-78f50b9e8da7.jpg"
|
||||
],
|
||||
"license": "MIT",
|
||||
"authors": {
|
||||
"Sebastian Kreutzberger": "s.kreutzberger@googlemail.com"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "13.4",
|
||||
"watchos": "6.2",
|
||||
"tvos": "13.4",
|
||||
"osx": "10.15.4"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/SwiftyBeaver/SwiftyBeaver.git",
|
||||
"tag": "2.1.1"
|
||||
},
|
||||
"source_files": "Sources",
|
||||
"swift_versions": [
|
||||
"4.0",
|
||||
"4.2",
|
||||
"5.0",
|
||||
"5.1"
|
||||
],
|
||||
"resource_bundles": {
|
||||
"SwiftyBeaver": "PrivacyInfo.xcprivacy"
|
||||
},
|
||||
"swift_version": "5.1"
|
||||
}
|
||||
Reference in New Issue
Block a user