blob: 097f232f0b17c9664c387d3988230be1cdc06066 [file] [log] [blame]
{
"name": "SJVolBrigControl",
"version": "1.0.0",
"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.0"
},
"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}"
}
]
}