blob: 658c1976a203d4195e192c56e35a87813c8db72f [file] [log] [blame]
{
"name": "LxVolumeManager",
"version": "1.0.0",
"license": "Apache",
"summary": "Control and observe iOS system volume.",
"homepage": "https://github.com/DeveloperLx/LxVolumeManager",
"authors": {
"DeveloperLx": "developerlx@yeah.net"
},
"source": {
"git": "https://github.com/DeveloperLx/LxVolumeManager.git",
"tag": "1.0.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"public_header_files": "LxVolumeManager/*.h",
"source_files": "LxVolumeManager/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"MediaPlayer"
]
}