blob: 9fe21f9dda546bb9302fe8f04ecefbc7063d4711 [file] [log] [blame]
{
"name": "AFSoundManager",
"version": "2.1",
"summary": "iOS audio playing (both local and streaming) and recording made easy",
"description": "iOS audio playing (both local and streaming) and recording made easy through a complete and block-driven Objective-C class. AFSoundManager uses AudioToolbox and AVFoundation frameworks to serve the audio.",
"homepage": "https://github.com/AlvaroFranco/AFSoundManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alvaro Franco": "alvarofrancoayala@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/AlvaroFranco/AFSoundManager.git",
"tag": "v2.1"
},
"source_files": "Classes/*.{h,m}",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"MediaPlayer"
],
"requires_arc": true
}