blob: 6dbbfb4d7c36ca2e7ae862003702181f9c1cd7ce [file] [log] [blame]
{
"name": "ConvenientKit",
"version": "0.1.0",
"summary": "A small library of good solutions.",
"description": "This library contains many classes and extensions that are designed to reduce the amount of code that is copied from the one project to another.",
"homepage": "https://github.com/Pan-TERRA/ConvenientKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vlad Krut": "pan.terra37@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Pan-TERRA/ConvenientKit.git",
"tag": "0.1.0"
},
"source_files": [
"ConvenientKit",
"ConvenientKit/**/*.{h,m,swift}"
],
"swift_version": "4.0"
}