[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / b / a / 5 / GameSoundEngine / 1.2 / GameSoundEngine.podspec.json
blob7850e0d509e4175a537e6324f7613607f748361f
2   "name": "GameSoundEngine",
3   "version": "1.2",
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.2"
17   },
18   "source_files": "SoundEngine/SoundEngine/*.{h,swift}",
19   "pushed_with_swift_version": "3.0"