blob: 7ee13d7d2b6fa362911cb5fb38efca9378156397 [file] [log] [blame]
{
"name": "YTAVPlayer",
"platforms": {
"ios": "7.0"
},
"version": "1.0.7",
"license": "MIT",
"summary": "A custom UI Audio and video player.",
"homepage": "https://github.com/songyutao/YTAVPlayer",
"authors": {
"宋玉涛": "iamsongyutao@163.com"
},
"source": {
"git": "https://github.com/songyutao/YTAVPlayer.git",
"tag": "1.0.7"
},
"requires_arc": true,
"subspecs": [
{
"name": "YTAVPlayer",
"source_files": "YTAVPlayer/YTAVPlayer",
"dependencies": {
"Reachability": [
]
},
"frameworks": [
"AVFoundation",
"SystemConfiguration",
"Foundation"
]
}
]
}