[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / d / a / SimpleAudioPlayer / 0.1.0 / SimpleAudioPlayer.podspec.json
blobeae13d7743cd126351a1a9eff3d675f57094f95b
2   "name": "SimpleAudioPlayer",
3   "version": "0.1.0",
4   "summary": "Simple Audio Player is a simple wrapper for AVAudioplayer class.",
5   "description": "                    SimpleAudioPlayer\n                    =================\n\n                    SimpleAudioPlayer is a simple wrapper for AVAudioPlayer\n\n                    Usage\n                    -----\n                    To use it, make:\n\n                        [SimpleAudioPlayer playFile:@\"filename.mp3\"];\n\n                    or\n                        \n                        [SimpleAudioPlayer playFile:@\"filename.mp3\" withCompletionBlock:^(BOOL finished) {\n                            NSLog(@\"Finished playing\");\n                        }];\n\n",
6   "homepage": "https://github.com/owlcoding/SimpleAudioPlayer",
7   "license": "Apache License",
8   "authors": {
9     "Pawel 'Kender' Maczewski": "kender@codingslut.com"
10   },
11   "source": {
12     "git": "https://github.com/owlcoding/SimpleAudioPlayer.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "SimpleAudioPlayer.m",
21     "SimpleAudioPlayer.h"
22   ],
23   "frameworks": "AVFoundation"