blob: b28b775f5ee9c2a9e4a17e212b26793d598f1603 [file] [log] [blame]
{
"name": "RazeCore",
"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/dokun1/RazeCore",
"license": "MIT",
"authors": {
"David Okun": "david@okun.io"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/dokun1/RazeCore.git",
"tag": "0.3.0"
},
"source_files": "Sources/RazeCore/*.swift",
"exclude_files": "Package.swift",
"swift_version": "5.2"
}