blob: 2d6d601d2df25d24c6ff731942ba24c47f4fb4be [file] [log] [blame]
{
"name": "CDPlayer",
"version": "1.0.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.0.0",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"source_files": "CDPlayer/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}