blob: 04bb691c77e36fa18360eabe5b27c00b35aabe6a [file] [log] [blame]
{
"name": "YTAVPlayer",
"platforms": {
"ios": "7.0"
},
"version": "1.1.3",
"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.1.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "YTAVPlayer",
"source_files": "YTAVPlayer/YTAVPlayer",
"dependencies": {
"Reachability": [
],
"YTTool": [
]
},
"frameworks": [
"AVFoundation",
"SystemConfiguration",
"Foundation"
]
}
]
}