blob: 7b9e563843c14b66e3574001aab5a0c9717c20fc [file] [log] [blame]
{
"name": "Pathos",
"version": "0.0.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"
},
"swift_version": "4.2.1",
"source": {
"git": "https://github.com/dduan/Pathos.git",
"tag": "0.0.2"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "Pathos"
}