blob: db34e10c625c57ec09991269043555f77e8c172b [file] [log] [blame]
{
"name": "AFSoundManager",
"version": "1.2.5",
"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.5"
},
"screenshots": "https://raw.github.com/AlvaroFranco/AFSoundManager/master/preview.png",
"source_files": "Classes/*.{h,m}",
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"requires_arc": true
}