blob: 032b6c7c0ca4ff885a5f4a7057a2e3f25404298d [file] [log] [blame]
{
"name": "OnoKit",
"version": "1.0.11",
"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.11"
},
"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"
}