blob: 6c797ec690705ae6b04a07af47106c6e5cc0c441 [file] [log] [blame]
{
"name": "DVAssetLoaderDelegate",
"version": "0.3.0",
"summary": "Delegate for loading resources for AVAsset.",
"description": "This pod can help you play and cache AVAsset data with one request.",
"homepage": "https://github.com/vdugnist/DVAssetLoaderDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vdugnist": "vdugnist@gmail.com"
},
"source": {
"git": "https://github.com/vdugnist/DVAssetLoaderDelegate.git",
"tag": "0.3.0"
},
"social_media_url": "https://fb.com/vdugnist",
"platforms": {
"ios": "9.0"
},
"source_files": "DVAssetLoaderDelegate/Classes/**/*",
"frameworks": [
"AVFoundation",
"MobileCoreServices",
"SystemConfiguration"
]
}