blob: 7213bce42b822d431f210fae9decf817cfe24e7c [file] [log] [blame]
{
"name": "SJEdgeLightweightControlLayer",
"version": "0.0.1",
"summary": "Edge control layer for SJBaseVideoPlayer.",
"description": "Edge control layer for SJBaseVideoPlayer. [top / left / bottom / right / mid] control views",
"homepage": "https://github.com/changsanjiang/SJEdgeLightweightControlLayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJEdgeLightweightControlLayer.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJEdgeLightweightControlLayer/*.{h,m}",
"dependencies": {
"SJBaseVideoPlayer": [
],
"SJSlider": [
],
"SJLoadingView": [
],
"SJEdgeControlLayer/Asset": [
],
"SJEdgeControlLayer/MaskView": [
]
},
"subspecs": [
{
"name": "LightweightControlView",
"source_files": "SJEdgeLightweightControlLayer/LightweightControlView/*.{h,m}"
}
]
}