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