blob: c3d19a34265a474a32a9f3a08fd9824e2675a162 [file] [log] [blame]
{
"name": "LARSTorch",
"version": "1.0.0",
"summary": "Lightweight AVFoundation-based class to access the LED torch on your iDevice.",
"homepage": "https://github.com/larsacus/LARSTorch",
"authors": {
"Lars Anderson": "iAm@theonlylars.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/larsacus/LARSTorch.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": "AVFoundation"
}