blob: 88ac1d79d538956c9849c5e48e2b83e511c2db6e [file] [log] [blame]
{
"name": "SJVolBrigControl",
"version": "1.0.2",
"summary": "volume brigness control.",
"description": "volume brigness control, You can set the volume and the brightness.",
"homepage": "https://github.com/changsanjiang/SJVolBrigControl",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJVolBrigControl.git",
"tag": "v1.0.2"
},
"source_files": "SJVolBrigControl/*.{h,m}",
"resources": "SJVolBrigControl/Resource/SJVolBrigResource.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
},
"subspecs": [
{
"name": "Resource",
"source_files": "SJVolBrigControl/Resource/*.{h,m}"
}
]
}