blob: 27652daea7de3fc50c21811506dced180ccca90d [file] [log] [blame]
{
"name": "CMPlayerViewController",
"version": "0.1.0",
"summary": "A Customizable Video Player Controller based on AVPlayer",
"description": "CMPlayerViewController is a convenient view controller to use AVPlayer in a view controller. It looks like AVPlayerViewController but it is fully customizable ans works on iOS 7 sublime",
"homepage": "https://github.com/celian-m/CMPlayerViewController",
"license": "Apache",
"authors": {
"Celian Moutafis": "celian@mouce.fr"
},
"source": {
"git": "https://github.com/celian-m/CMPlayerViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CMPlayerViewController": [
"Pod/Assets/*.xib",
"Pod/Assets/*.x"
]
}
}