blob: ccb8cc3e732071d9c57e56301ef788938f732e04 [file] [log] [blame]
{
"name": "ZCSFileExtensionForMimeType",
"version": "0.0.1",
"summary": "iOS is sometimes stupid picky about file extensions. These are the extensions it usually wants.",
"description": " iOS's Media Libaries (AVAudioPlayer, AVMoviePlayer, etc.) have a lot of unexpectedly buggy behavior if you pass them a file with an extension they don't expect. This utility will provide the file extension they expect for a given MIME type. It's still up to you to ensure the file has the correct extension on disk.\n",
"homepage": "https://github.com/zshannon/ZCSFileExtensionForMimeType",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zane Shannon": "zane@smileslaughs.com"
},
"social_media_url": "http://twitter.com/ZaneShannon",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zshannon/ZCSFileExtensionForMimeType.git",
"tag": "0.0.1"
},
"source_files": "ZCSFileExtensionForMimeType.{h,m}",
"requires_arc": true
}