blob: e8969fbe2516adf24adba7a0bee96c73319f95c0 [file] [log] [blame]
{
"name": "TestCoreFramework",
"version": "0.3.0",
"summary": "A framework for sharing code.",
"description": "\"This is an example of how to build a Framework in Swift to share and reuse code\"",
"homepage": "https://github.com/NSLeoFont/TestCoreFramework",
"license": "MIT",
"authors": {
"Leo Font": "leofontdev@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/NSLeoFont/TestCoreFramework.git",
"tag": "0.3.0"
},
"source_files": "Sources/TestCoreFramework/*.swift",
"exclude_files": "Package.swift",
"swift_version": "5.2"
}