blob: 6b0ee326a103f48615640b104fbd172b40e440b9 [file] [log] [blame]
{
"name": "SwiftyMimeTypes",
"version": "0.1.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": "0.1.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": "3.0"
}