blob: 1ac27f894a712ff220e834034b114a28317d9e59 [file] [log] [blame]
{
"name": "DKAudioPlayer",
"version": "0.0.1",
"summary": "Audio player component for iOS (both iPhone and iPad) with neat and flexible interface design.",
"description": " Audio player component for iOS (both iPhone and iPad) with neat and flexible interface design. It could be useful if you need to add a little player as one of the features of your app. Also can be used to study how to play audio on iOS. \n",
"homepage": "https://github.com/wzbozon/DKAudioPlayer.git",
"screenshots": "https://github.com/wzbozon/DKAudioPlayer/SmallScreenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dennis Kutlubaev": "alwawee@gmail.com"
},
"social_media_url": "http://twitter.com/wzbozon",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/wzbozon/DKAudioPlayer.git",
"tag": "0.0.1"
},
"source_files": "DKAudioPlayer/*.{h,m}",
"resources": "DKAudioPlayer/Assets/*.png",
"requires_arc": true
}