blob: 1b8bb1089f4a919820c6994dddb5373244e10817 [file] [log] [blame]
{
"name": "CodeArt",
"version": "0.3.0",
"summary": "A framework for sharing code.",
"description": "\"This framework is for a course that teaches iOS developers how to write a reusable framework.\"",
"homepage": "https://github.com/MrStaiper/CodeArt",
"license": "MIT",
"authors": {
"Willian Guedes da Silva Cunha": "willian.staiper@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/MrStaiper/CodeArt.git",
"tag": "0.3.0"
},
"source_files": "Sources/CodeArt/*.swift",
"exclude_files": "Package.swift",
"swift_version": "5.2"
}