blob: 31a201cd3d37c0f91880a71dec88d8840dacfe7f [file] [log] [blame]
{
"name": "Pathos",
"version": "0.2.2",
"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.2.2"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "Pathos",
"swift_versions": [
"5.1"
],
"swift_version": "5.1"
}