blob: 5247b6cc310d2d43ec7fcf32998bf89876fa9040 [file] [log] [blame]
{
"name": "AFSoundManager",
"version": "2.0",
"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.0"
},
"source_files": "Classes/*.{h,m}",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"MediaPlayer"
],
"requires_arc": true
}