blob: b201f667f1d10a26a5171c642bfbe03d2d81293b [file] [log] [blame]
{
"name": "OnoCommon",
"version": "1.0.0",
"summary": "A collection of common classes",
"description": "This is a collection of classes, extensions, methods and functions that aims at decomplexifying tasks that should be easy.",
"swift_versions": "5",
"homepage": "https://github.com/onodude/Common-iOS",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"onodude": "onur.erdemol@gmail.com"
},
"source": {
"git": "https://github.com/onodude/Common-iOS.git",
"tag": "1.0.0"
},
"documentation_url": "https://github.com/onodude/Common-iOS/blob/master/README.md",
"platforms": {
"ios": "13.0"
},
"source_files": "Common/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.0.0"
],
"ObjectMapper": [
"~> 3.5.1"
],
"SnapKit": [
"~> 5.0.0"
],
"SVProgressHUD": [
"~> 2.2.5"
],
"KeychainAccess": [
"~> 4.1.0"
],
"SwiftLint": [
"~> 0.40.0"
]
},
"swift_version": "5"
}