blob: e62ea8fa2d27fd36c9cd0924718d25929fa00a68 [file] [log] [blame]
{
"name": "EAMiniAudioPlayerView",
"version": "0.0.1",
"summary": "A Mini AudioPlayer UI View for iOS",
"description": "A Mini AudioPlayer UI View for iOS.Just the UI part,not contain Audio play logic.",
"homepage": "https://github.com/Easence/EAMiniAudioPlayerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Easence": "yiyunhzy@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Easence/EAMiniAudioPlayerView.git",
"tag": "0.0.1"
},
"source_files": [
"EAMiniAudioPlayerView",
"EAMiniAudioPlayerView/*.{h,m}"
],
"resources": "EAMiniAudioPlayerView/Resources/*.png",
"frameworks": "UIKit"
}