blob: 5499e87501a28bc9b5e99677a1b5f812dc28dfdb [file] [log] [blame]
{
"name": "OnoKit",
"version": "1.0.9",
"summary": "A collection of common classes",
"description": "This is a collection of classes, extensions, methods and functions that aims at make things 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/OnoKit-iOS.git",
"tag": "1.0.9"
},
"documentation_url": "https://github.com/onodude/OnoKit-iOS/blob/develop/README.md",
"platforms": {
"ios": "13.0"
},
"source_files": "OnoKit/**/*.swift",
"dependencies": {
"ObjectMapper": [
"~> 3.5.1"
],
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5"
}