[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / d / c / f / AMGSoundManager / 1.1 / AMGSoundManager.podspec.json
blobb57e65096f3de983a70a77232318ee54b3403dfc
2   "name": "AMGSoundManager",
3   "version": "1.1",
4   "summary": "Awesome sound manager singleton for Objective C",
5   "description": "AMGSoundManager makes it simple the control of multiple sounds, loop sounds, change volume while playing, etc. All you need to do with sounds, can be done with AMGSoundManager with only one line of code.\n",
6   "homepage": "https://github.com/AlbertMontserrat/AMGSoundManager",
7   "license": "MIT",
8   "authors": {
9     "Albert Montserrat": "albert.montserrat.gambus@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AlbertMontserrat/AMGSoundManager.git",
13     "tag": "1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AMGSoundManager": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "AVFoundation"
29   ]