[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / d / 5 / AFSoundManager / 1.2 / AFSoundManager.podspec.json
blob830fbcba1af0e660c24713a45a48f57a53d6ea99
2   "name": "AFSoundManager",
3   "version": "1.2",
4   "summary": "iOS audio playing (both local and streaming) and recording made easy",
5   "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, or you can start recording a brand new audio file, the choice is up to you.",
6   "homepage": "https://github.com/AlvaroFranco/AFSoundManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alvaro Franco": "alvarofrancoayala@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/AlvaroFranco/AFSoundManager.git",
19     "tag": "v1.2"
20   },
21   "screenshots": "https://raw.github.com/AlvaroFranco/AFSoundManager/master/preview.png",
22   "source_files": "Classes/",
23   "frameworks": [
24     "AVFoundation",
25     "AudioToolbox"
26   ],
27   "requires_arc": true