blob: f21a3b784404f0867b64108df0829b9e6832db64 [file] [log] [blame]
{
"name": "SHCapture",
"version": "0.0.2",
"summary": "SHCapture capture video from device camera.",
"description": "SHCapture capture video from device camera with avfoundation framework.",
"homepage": "https://github.com/flamingo-suu/SHCapture-Framework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"flamingo-suu": "flamingo.suu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "SHCapture.framework"
},
"source": {
"http": "https://github.com/flamingo-suu/SHCapture-Framework/releases/download/0.0.2/SHCapture0.0.2.zip"
},
"source_files": "SHCapture.framework/Versions/A/Headers/*",
"public_header_files": "SHCapture.framework/Versions/A/Headers/*.h",
"requires_arc": true
}