blob: 8e28b392b0815da172b72ebdf34d991559e24e17 [file] [log] [blame]
{
"name": "CloudConvert",
"version": "1.0.0",
"summary": "Convert between 200 supported file formats",
"description": " CloudConvert offers a file conversion API. More than 200 different formats are supported: \n\n * document (PDF, DOC, DOCX, ODT, RTF, TXT...) \n * image (PNG, JPG, SVG, WEBP, TIF, RAW...) \n * video (MP4, MKV, AVI, MPG, 3GP, FLV, WMV, OGG...) \n * audio (MP3, AAC, M4A, FLAC, WMA, WAV...) \n * ebook (MOBI, EPBUB, CBC, AZW...) \n * archive (ZIP, RAR, 7Z, TAR.BZ2...) \n * spreadsheet (XLS, XLSX, ODS, CSV...) \n * presentation (PPT, PPTX, ODP...) \n",
"homepage": "https://cloudconvert.com",
"license": "MIT",
"authors": {
"Josias Montag": "josias@montag.info"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/cloudconvert/cloudconvert-swift.git",
"tag": "1.0.0"
},
"source_files": "CloudConvert/*.swift",
"dependencies": {
"Alamofire": [
"~> 1.2"
]
}
}