blob: 790a1d9f4e548271f2948357a2ab4d32f54f4cd6 [file] [log] [blame]
{
"name": "SwiftyMimeTypes",
"version": "2.0.0",
"summary": "A database of MIME types and their filename extensions",
"description": "SwiftyMimeTypes is a database of MIME types and filename extensions.\nUse it if you need to know the appropriate MIME type for a given filename\nor the extensions associated with a given MIME type.",
"homepage": "https://github.com/tiwoc/SwiftyMimeTypes",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Daniel Seither": "d@fdseither.de"
},
"source": {
"git": "https://github.com/tiwoc/SwiftyMimeTypes.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/danielseither",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyMimeTypes/Classes/**/*",
"resource_bundles": {
"SwiftyMimeTypes": [
"SwiftyMimeTypes/Assets/mime.types"
]
},
"pushed_with_swift_version": "4.0"
}