blob: a21c9425fe4cec9efcf0e506336d7042baf15dcc [file] [log] [blame]
{
"name": "LMAVAudioPlayer",
"version": "0.0.2",
"summary": "LMAVAudioPlayer is based on AVPlayer using AVAssetResourceLoader.",
"description": "This version, http file and local file can be played by LMAVAudioPlayer. Play http file using AVAssetResourceLoader & local file do not use AVAssetResourceLoader.",
"homepage": "https://github.com/MrLittleWhite/LMCachedAudioPlayer",
"license": "MIT",
"authors": {
"MrLittleWhite": "luffy243077002@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MrLittleWhite/LMCachedAudioPlayer.git",
"tag": "v0.0.2"
},
"source_files": [
"LMAVAudioPlayer",
"LMCachedAudioPlayer/LMAVAudioPlayer/**/*"
],
"frameworks": "AVFoundation",
"dependencies": {
"Reachability": [
]
},
"requires_arc": true
}