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