blob: 7d9ba3e494ed61e79b1f02ca596e70cb7bc346c5 [file] [log] [blame]
{
"name": "RaveCore",
"version": "0.3.0",
"summary": "A framework for sharing code.",
"description": "\"This framework is for a course that teaches iOS devs how to write a reusable framework\"",
"homepage": "https://github.com/ScottRecker/RaveCore",
"license": "MIT",
"authors": {
"Scott Recker": "scott.a.recker@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/ScottRecker/RaveCore.git",
"tag": "0.3.0"
},
"source_files": "Sources/RaveCore/*.swift",
"exclude_files": "Package.swift",
"swift_version": "5.2"
}