blob: 47a76f64d9ab5a4f56f8f479453ca3d9aec3c799 [file] [log] [blame]
{
"name": "CDPlayer",
"version": "1.4.0",
"summary": "A player that can be caching the playing video",
"description": "A player made of iOS API, support cache in playing.\nAllow you to initiate and dispatch multi download task.",
"homepage": "https://github.com/carusd/CDPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"carusd": "carusd@gmail.com"
},
"source": {
"git": "https://github.com/carusd/CDPlayer.git",
"tag": "1.4.0",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"source_files": "CDPlayer/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}