[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / a / 5 / GameSoundEngine / 1.0.0 / GameSoundEngine.podspec.json
blob8d2f2175e1e940ce1ac81f89b3d90b3f58de15b0
2   "name": "GameSoundEngine",
3   "version": "1.0.0",
4   "summary": "A simple, easy to use sound engine written in Swift, designed for iOS games.",
5   "description": "GameSoundEngine supports playing background music and multiple simultaneous sound effects. To help ensure sonic variety, sound effects can be played with random pitch and volume levels, as well as randomly from a group of sound effects.",
6   "homepage": "https://github.com/tkier/GameSoundEngine",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Tom Kier": "tom@endlesswavesoftware.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/tkier/GameSoundEngine.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "SoundEngine/SoundEngine/*.{h,swift}",
19   "pushed_with_swift_version": "3.0"