blob: 05c5402b72b70a0374aa92f49fc6b3f9e31975da [file] [log] [blame]
{
"name": "LMAVAudioPlayer",
"version": "0.0.4",
"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.4"
},
"source_files": [
"LMAVAudioPlayer",
"LMCachedAudioPlayer/LMAVAudioPlayer/**/*"
],
"frameworks": "AVFoundation",
"dependencies": {
"Reachability": [
]
},
"requires_arc": true
}