blob: 6ac55b147ccec541d92dce8f0ecddb86fe52f39a [file] [log] [blame]
{
"name": "Swime",
"version": "3.0.6",
"summary": "Swift MIME type checking based on magic bytes",
"description": "Swift check MIME type based on magic bytes. It does so by reading the given `Data` instance.\nUsage instructions are on https://github.com/sendyhalim/Swime",
"homepage": "https://github.com/sendyhalim/Swime",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sendy Halim": "sendyhalim93@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"social_media_url": "https://github.com/sendyhalim",
"source": {
"git": "https://github.com/sendyhalim/Swime.git",
"tag": "3.0.6"
},
"source_files": "Sources/**/*.{swift}"
}