blob: 2793b1d12b2a3522af7a549f6d1b13e618441f40 [file] [log] [blame]
{
"name": "SHCameraSession",
"version": "0.0.1",
"summary": "Configure the camera of a device by the AVFoundation framework.",
"description": "Configure the camera of a device by the AVFoundation framework.\n Because this class is abstract,\n please use the concrete subclasses SHCaptureCameraSession and\n SHVideoCameraSession instead of this class.",
"homepage": "https://github.com/ShengHuaWu/SHCameraSession",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShengHua Wu": "fantasy0404@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ShengHuaWu/SHCameraSession.git",
"tag": "0.0.1"
},
"source_files": "SHCameraSession/Classes/*.{h,m}",
"frameworks": "AVFoundation",
"requires_arc": true
}