blob: cda1ef534f49956439af5f4e9794e22588dc880c [file] [log] [blame]
{
"name": "MTRZCore",
"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/MyoThuraZaw/RazeCore",
"license": "MIT",
"authors": {
"Myo Thura Zaw": "mtrzmyothurazaw@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/myothurazaw/RazeCore.git",
"tag": "0.3.0"
},
"source_files": "Sources/RazeCore/*.swift",
"exclude_files": "Package.swift",
"swift_version": "5.2"
}