blob: 480df6caecc620ac6f8cdca3b7a68a73a06b37e9 [file] [log] [blame]
{
"name": "Pathos",
"version": "0.3.0",
"summary": "A file management library for Swift",
"homepage": "https://github.com/dduan/Pathos",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Duan": "daniel@duan.ca"
},
"social_media_url": "https://twitter.com/daniel_duan",
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/dduan/Pathos.git",
"tag": "0.3.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "Pathos",
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"swift_version": "5.3"
}