[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / c / f / AMGSoundManager / 1.2 / AMGSoundManager.podspec.json
blobe80d2717d48b74b324d5ab74e681a74122fab8dc
2   "name": "AMGSoundManager",
3   "version": "1.2",
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.",
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.2"
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   ]