blob: 78911d61cf3eaaacf7e7ec8de0383b9d331da140 [file] [log] [blame]
{
"name": "SHCapture",
"version": "0.0.1",
"summary": "SHCapture device camera.",
"description": "SHCapture device camera using avfoundation.",
"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.1/SHCapture0.0.1.zip"
},
"source_files": "SHCapture.framework/Versions/A/Headers/*",
"public_header_files": "SHCapture.framework/Versions/A/Headers/*.h",
"requires_arc": true
}