blob: fbb24f9f5f6974871931b19cabb387cefd081af3 [file] [log] [blame]
{
"name": "ASAudioPlayer",
"version": "0.1.0",
"summary": "An easy to use audio player component.",
"description": "This cocoapod provides an easy to audio player. Just provide it a NSURL and it plays it.",
"homepage": "https://github.com/shahankit/ASAudioPlayer",
"license": "MIT",
"authors": {
"Ankit Shah": "shahankit2313@gmail.com"
},
"source": {
"git": "https://github.com/shahankit/ASAudioPlayer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"ios": {
"resource_bundles": {
"ASAudioPlayer": [
"Pod/Assets/*.png"
]
}
}
}