blob: 8bc858925b7ab4d026ce658c7550c39f5f791501 [file] [log] [blame]
{
"name": "GadevCore",
"version": "0.3.0",
"summary": "A framework for sharing code.",
"description": "\"This is for a course teaching iOS developers how to write a reusable framework.\"",
"homepage": "https://github.com/mozaa-vn/iosFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mozaa": "mry.itvnn@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/mozaa-vn/iosFramework.git",
"tag": "0.3.0"
},
"source_files": "Sources/GadevCore/*.swift",
"exclude_files": "Package.swift",
"swift_version": "5.1"
}