blob: 87e9fb9bee4e294ae33a2159e458c6d7cb2dbbd0 [file] [log] [blame]
{
"name": "FilePath",
"version": "0.5.0",
"summary": "Easy & Robust Paths Manager for Swift",
"description": "A collection of tools and utilities to manage and work with Path in Swift.",
"homepage": "https://github.com/malcommac/FilePath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/FilePath.git",
"tag": "0.5.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}