blob: b1254907d3785370d9fa4c1f62235da757b4513a [file] [log] [blame]
{
"name": "RazeCoreTest",
"version": "0.3.0",
"summary": "A framework for sharing code tutorial",
"description": "\"This framework if for a course that teaches iOS developers how to write a reusable framework\"",
"homepage": "https://github.com/paskcountry/RazeCore",
"license": "MIT",
"authors": {
"Alberto Pascual": "alberto.pascual@gerteksa.eus"
},
"swift_versions": "5.0",
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/paskcountry/RazeCore.git",
"tag": "0.3.0"
},
"source_files": "Sources/RazeCore/*.swift",
"exclude_files": "Package.swift",
"swift_version": "5.0"
}