blob: 42da94527629c8c0d347dd35e69cd877d5e8684d [file] [log] [blame]
{
"name": "BSAudioFileHelper",
"version": "1.0.1",
"summary": "Helper methods for work with audio files",
"description": "Useful methods for work with audio files and handling errors",
"homepage": "https://github.com/Bogdan-Stasjuk/BSAudioFileHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasiuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/BSAudioFileHelper.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BSAudioFileHelper/*.{h,m}",
"public_header_files": "BSAudioFileHelper/*.h",
"dependencies": {
"BSMacros": [
]
}
}