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