blob: 62fa979191d3c85fc0329ceeedb231516eab01be [file] [log] [blame]
{
"name": "RBPlayer",
"version": "0.1.2",
"summary": "customizable Video Player, based on AVPlayer.",
"description": "* Fully customizable UI\n* No view-level restrictions (have it any size and position you would like!)\n* Supports HTTP Live Streaming protocol\n* Orientation change support (even when orientation lock is enabled)",
"homepage": "https://github.com/itribs/RBPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ribs": "234126357@qq.com"
},
"source": {
"git": "https://github.com/itribs/RBPlayer.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RBPlayer/Classes/**/*",
"resource_bundles": {
"RBPlayer": [
"RBPlayer/Assets/*.png"
]
}
}