blob: d08c9c6db8de8ef192f7e92e6a390b77b0e3bace [file] [log] [blame]
{
"name": "VideoPlsInterfaceController",
"version": "1.7.1",
"summary": "VideoPls Public Interface Controller.",
"description": "'VideoPls Interface Controller for easy using VideoOS and LiveOS.'",
"homepage": "https://github.com/Zard1096/VideoPlsInterfaceController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zard1096": "mr.zardqi@gmail.com",
"LiShaoshuai": "lishaoshuai1990@gmail.com",
"Bill": "fuleiac@gmail.com"
},
"source": {
"git": "https://github.com/Zard1096/VideoPlsInterfaceController.git",
"tag": "1.7.1"
},
"platforms": {
"ios": "7.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "VideoPlsInterfaceController/**/*.{h,m}"
},
{
"name": "VideoOS",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) VP_VIDEOOS=1"
},
"dependencies": {
"VideoPlsInterfaceController/Core": [
],
"VideoPlsCytron": [
"1.7.0"
]
}
},
{
"name": "LiveOS",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) VP_LIVEOS=1"
},
"dependencies": {
"VideoPlsInterfaceController/Core": [
],
"VideoPlsLive": [
"1.7.0"
]
}
}
]
}