Skip to content

Commit

Permalink
[Add] AMGSoundManager 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMontserrat authored and CocoaPodsBot committed May 6, 2015
1 parent 3eefab4 commit f56671e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Specs/AMGSoundManager/1.0/AMGSoundManager.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "AMGSoundManager",
"version": "1.0",
"summary": "Awesome sound manager singleton for Objective C",
"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",
"homepage": "https://github.com/AlbertMontserrat/AMGSoundManager",
"license": "MIT",
"authors": {
"Albert Montserrat": "albert.montserrat.gambus@gmail.com"
},
"source": {
"git": "https://github.com/AlbertMontserrat/AMGSoundManager.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AMGSoundManager": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
]
}

0 comments on commit f56671e

Please sign in to comment.