[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / f / AMGSoundManager / 1.0 / AMGSoundManager.podspec.json
blob0e749b9a629b19c4d5600aaab786e4d898088e02
2   "name": "AMGSoundManager",
3   "version": "1.0",
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.0"
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   ]