blob: c6264ceedaae9919d6e4501f2067d8619793b4fd [file] [log] [blame]
{
"name": "TestPodFrameWork",
"version": "2.1.8",
"platforms": {
"ios": "8.0"
},
"summary": "TestPodFrameWork is test!",
"homepage": "https://github.com/SmallBob/TestPodFrameWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chumo": "smallboy100415@163.com"
},
"source": {
"git": "https://github.com/SmallBob/TestPodFrameWork.git",
"tag": "2.1.8"
},
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "TestPod",
"ios": {
"vendored_frameworks": "TestPodFrameWork.framework"
}
},
{
"name": "AliyunVodPlayerSDK",
"ios": {
"vendored_frameworks": "AliyunVodPlayerSDK.framework"
},
"resources": "AliyunVodPlayerViewResource.bundle",
"frameworks": [
"VideoToolBox",
"MediaPlayer"
],
"libraries": "z"
},
{
"name": "AliyunVodPlayerViewSDK",
"ios": {
"vendored_frameworks": "AliyunVodPlayerSDK.framework"
},
"dependencies": {
"TestPodFrameWork/AliyunVodPlayerSDK": [
]
},
"resources": "AliyunVodPlayerViewResource.bundle"
}
]
}