blob: 91a8f06539fb59c0202d3571fbdf62adce547bbf [file] [log] [blame]
{
"name": "SJVolBrigControl",
"version": "0.0.3",
"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": "v0.0.3"
},
"source_files": "SJVolBrigControl/*.{h,m}",
"resources": "SJVolBrigControl/Resource/SJVolBrigResource.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SJBorderLineView": [
]
},
"subspecs": [
{
"name": "Resource",
"source_files": "SJVolBrigControl/Resource/*.{h,m}"
}
]
}