[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / d / 5 / AFSoundManager / 2.1 / AFSoundManager.podspec.json
blob9fe21f9dda546bb9302fe8f04ecefbc7063d4711
2   "name": "AFSoundManager",
3   "version": "2.1",
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.",
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": "v2.1"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": [
23     "AVFoundation",
24     "AudioToolbox",
25     "MediaPlayer"
26   ],
27   "requires_arc": true