[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / a / e / 2 / LVGSwiftSystemSoundServices / 0.2.1 / LVGSwiftSystemSoundServices.podspec.json
blobd2de496d0daf9a71ecff5fe35198c1c046af944d
2   "name": "LVGSwiftSystemSoundServices",
3   "version": "0.2.1",
4   "summary": "A Swift wrapper around Audio Toolbox's System Sound Services.",
5   "description": "LVGSwiftSystemSoundServices wraps Audio Toolbox's System Sound Services in an easy to use set of Swift functions. It includes a protocol, SystemSoundType, that lets you easily add system sound functionality to any object. It also includes the SystemSound class that loads and plays system sounds.",
6   "homepage": "https://github.com/letvargo/LVGSwiftSystemSoundServices",
7   "license": "MIT",
8   "authors": {
9     "Aaron Rasmussen": "letvargo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/letvargo/LVGSwiftSystemSoundServices.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/letvargo",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": "Source/**/*",
22   "frameworks": "AudioToolbox",
23   "dependencies": {
24     "LVGUtilities": [
25       "~> 0.1.3"
26     ]
27   }