blob: 75b8796b77d99564032d67770c7029d67ef18a5f [file] [log] [blame]
{
"name": "LXMPlayer",
"version": "0.0.1",
"summary": "封装AVPlayer的一个播放器,提供block回调,只需设置URL即可播放本地或者网络视频",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Phelthas/LXMPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"billthas@gmail.com": "billthas@gmail.com"
},
"source": {
"git": "https://github.com/Phelthas/LXMPlayer.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LXMPlayer/Classes/**/*",
"dependencies": {
"KVOController": [
"~> 1.2.0"
],
"LXMBlockKit": [
"~> 0.0.7"
],
"AFNetworking": [
"~> 3.2.1"
]
}
}