[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / d / 7 / BDGSoundPlayer / 0.0.2 / BDGSoundPlayer.podspec.json
blob88b0b0ff77600951c4a0284354f0ddc77882f059
2   "name": "BDGSoundPlayer",
3   "version": "0.0.2",
4   "summary": "Lightweight audio player with 1 line of code, supports simple system sounds but also mp3 files",
5   "description": "A lightweight audio player that can be dropped in any xCode project. You can preload simple audio files such as .caf/.wav/etc. and then play them with 1 line of code. You can also play mp3 files with 1 line of code from anywhere.",
6   "homepage": "https://github.com/BobDG/BDGSoundPlayer",
7   "authors": {
8     "Bob de Graaf": "graafict@gmail.com"
9   },
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/BobDG/BDGSoundPlayer.git",
13     "tag": "0.0.2"
14   },
15   "source_files": "**/*.{h,m}",
16   "frameworks": [
17     "AVFoundation",
18     "AudioToolbox"
19   ],
20   "platforms": {
21     "ios": null
22   },
23   "requires_arc": true