[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / d / 5 / AFSoundManager / 1.0 / AFSoundManager.podspec.json
blob98832bfd365f3e0fd648acede86b322c8b4b188a
2   "name": "AFSoundManager",
3   "version": "1.0",
4   "summary": "iOS audio playing (both local and streaming) made easy",
5   "description": "iOS audio playing (both local and streaming) 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.",
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.0"
20   },
21   "source_files": "Classes/",
22   "frameworks": [
23     "AVFoundation",
24     "AudioToolbox"
25   ],
26   "requires_arc": true