blob: 47f5849f6c97cb663b596f02181d09a5b1d58a76 [file] [log] [blame]
{
"name": "AFSoundManager",
"version": "1.2.2",
"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. You can pick a local file or you can use a URL to stream the audio, the choice is up to you.",
"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": "v1.2.2"
},
"screenshots": "https://raw.github.com/AlvaroFranco/AFSoundManager/master/preview.png",
"source_files": "Classes/*.{h,m}",
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"requires_arc": true
}