Initial commit
This commit is contained in:
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