blob: 44d0ff3f5929a6615abbee98c5f646a24a9f31b7 [file] [log] [blame]
{
"name": "BSMediaExporter",
"version": "1.1.1",
"summary": "Methods for exporting and converting media files",
"description": "Useful methods for export and convert media files",
"homepage": "https://github.com/Bogdan-Stasjuk/BSMediaExporter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasiuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/BSMediaExporter.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BSMediaExporter/*.{h,m}",
"public_header_files": "BSMediaExporter/*.h",
"dependencies": {
"BSMacros": [
],
"BSAudioFileHelper": [
],
"NSFileManager+Helper": [
]
}
}